Html Css Color HEX #7CCD25 Lima

📋 copy color: '#7CCD25'

red 124 ◦ green 205 ◦ blue 37

#7CCD25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #7CCD25

Tints of Lima #7CCD25

RGB

 RED value IS 124 (48.83% from 255) = 33.88%

 GREEN value IS 205 (80.47% from 255) = 56.01%

 BLUE value IS 37 (14.84% from 255) = 10.11%

R = 33.88%
G = 56.01%
B = 10.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.82

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7CCD25 (or 0x7CCD25) is known color: Lima. HEX triplet: 7C, CD and 25. RGB value is (124,205,37). Sum of RGB (Red+Green+Blue) = 124+205+37=366 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.88% from 366); Green value is 205 (80.47% from 255 or 56.01% from 366); Blue value is 37 (14.84% from 255 or 10.11% from 366); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD25 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCD25 is #8332DA. Grayscale: #A2A2A2. Windows color (decimal): -8598235 or 2477436. OLE color: 2477436.

HSL color Cylindrical-coordinate representation of color #7CCD25: hue angle of 88.93º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7CCD25 is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 205 37 -
CMYK 0.40 0 0.82 0.20
HSL 88.93º 0.69% 0.47% -
HSV(B) 88.93º 0.82% 0.8% -
XYZ 30.48 48.08 9.42 -
YUV 161.63 57.66 101.16 -
System Red Green Blue C M Y K H S L
Decimal 124 205 37 0.40 0 0.82 0.20 88.93 0.69 0.47
Hex 7C CD 25 28 0 52 14 59 45 2F
Octal 174 315 45 50 0 122 24 131 105 57
Binary 1111100 11001101 100101 101000 0 1010010 10100 1011001 1000101 101111

Color Harmonies of #7CCD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCD25

Black with #7CCD25

Text Example


Text Example

White with #7CCD25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7CCD25; }

 p { color: rgb(124,205,37); }

 H1.HeaderClassName
 {
   color: #7CCD25;
 }
 .AnyTagClassName
 {
   color: #7CCD25;
 }
</style>

background-color css

<style>
 a { background-color: #7CCD25; }

 a { background-color: rgb(124,205,37); }

 div.DivClassName
 {
   background-color: #7CCD25;
 }
 .BgClassName
 {
   background-color: #7CCD25;
 }
</style>

border-color css

<style>
 span { border-color: #7CCD25; }

 span { border-color: rgb(124,205,37); }

 td.TdClassName
 {
   border-color: #7CCD25;
 }
 .TagClassName
 {
   border-color: #7CCD25;
 }
</style>