Html Css Color HEX #7CCB04 Lima

📋 copy color: '#7CCB04'

red 124 ◦ green 203 ◦ blue 4

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

Shades of Lima #7CCB04

Tints of Lima #7CCB04

RGB

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

 GREEN value IS 203 (79.69% from 255) = 61.33%

 BLUE value IS 4 (1.95% from 255) = 1.21%

R = 37.46%
G = 61.33%
B = 1.21%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#7CCB04 (or 0x7CCB04) is known color: Lima. HEX triplet: 7C, CB and 04. RGB value is (124,203,4). Sum of RGB (Red+Green+Blue) = 124+203+4=331 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.46% from 331); Green value is 203 (79.69% from 255 or 61.33% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCB04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7CCB04 is #8334FB. Grayscale: #9D9D9D. Windows color (decimal): -8598780 or 314236. OLE color: 314236.

HSL color Cylindrical-coordinate representation of color #7CCB04: hue angle of 83.82º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7CCB04 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 203 4 -
CMYK 0.39 0 0.98 0.20
HSL 83.82º 0.96% 0.41% -
HSV(B) 83.82º 0.98% 0.8% -
XYZ 29.69 47.01 7.62 -
YUV 156.69 41.83 104.68 -
System Red Green Blue C M Y K H S L
Decimal 124 203 4 0.39 0 0.98 0.20 83.82 0.96 0.41
Hex 7C CB 4 27 0 62 14 54 60 29
Octal 174 313 4 47 0 142 24 124 140 51
Binary 1111100 11001011 100 100111 0 1100010 10100 1010100 1100000 101001

Color Harmonies of #7CCB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCB04

Black with #7CCB04

Text Example


Text Example

White with #7CCB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,203,4); }

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

background-color css

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

 a { background-color: rgb(124,203,4); }

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

border-color css

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

 span { border-color: rgb(124,203,4); }

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