Html Css Color HEX #7CCD00 Lima

📋 copy color: '#7CCD00'

red 124 ◦ green 205 ◦ blue 0

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

Shades of Lima #7CCD00

Tints of Lima #7CCD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.69%
G = 62.31%
B = 0%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#7CCD00 (or 0x7CCD00) is known color: Lima. HEX triplet: 7C, CD and 00. RGB value is (124,205,0). Sum of RGB (Red+Green+Blue) = 124+205+0=329 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.69% from 329); Green value is 205 (80.47% from 255 or 62.31% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCD00 is #8332FF. Grayscale: #9E9E9E. Windows color (decimal): -8598272 or 52604. OLE color: 52604.

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

Color convert

RGB 124 205 0 -
CMYK 0.40 0 1 0.20
HSL 83.71º 1% 0.4% -
HSV(B) 83.71º 1% 0.8% -
XYZ 30.14 47.95 7.67 -
YUV 157.41 39.16 104.17 -
System Red Green Blue C M Y K H S L
Decimal 124 205 0 0.40 0 1 0.20 83.71 1 0.4
Hex 7C CD 0 28 0 64 14 54 64 28
Octal 174 315 0 50 0 144 24 124 144 50
Binary 1111100 11001101 0 101000 0 1100100 10100 1010100 1100100 101000

Color Harmonies of #7CCD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCD00

Black with #7CCD00

Text Example


Text Example

White with #7CCD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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