Html Css Color HEX #7ECF04 Lima

📋 copy color: '#7ECF04'

red 126 ◦ green 207 ◦ blue 4

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

Shades of Lima #7ECF04

Tints of Lima #7ECF04

RGB

 RED value IS 126 (49.61% from 255) = 37.39%

 GREEN value IS 207 (81.25% from 255) = 61.42%

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

R = 37.39%
G = 61.42%
B = 1.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#7ECF04 (or 0x7ECF04) is known color: Lima. HEX triplet: 7E, CF and 04. RGB value is (126,207,4). Sum of RGB (Red+Green+Blue) = 126+207+4=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 207 (81.25% from 255 or 61.42% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 207 - color contains mainly: green. Hex color #7ECF04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ECF04 is #8130FB. Grayscale: #A0A0A0. Windows color (decimal): -8466684 or 315262. OLE color: 315262.

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

Color convert

RGB 126 207 4 -
CMYK 0.39 0 0.98 0.19
HSL 83.94º 0.96% 0.41% -
HSV(B) 83.94º 0.98% 0.81% -
XYZ 30.94 49.07 7.96 -
YUV 159.64 40.16 104.01 -
System Red Green Blue C M Y K H S L
Decimal 126 207 4 0.39 0 0.98 0.19 83.94 0.96 0.41
Hex 7E CF 4 27 0 62 13 54 60 29
Octal 176 317 4 47 0 142 23 124 140 51
Binary 1111110 11001111 100 100111 0 1100010 10011 1010100 1100000 101001

Color Harmonies of #7ECF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECF04

Black with #7ECF04

Text Example


Text Example

White with #7ECF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,207,4); }

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

background-color css

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

 a { background-color: rgb(126,207,4); }

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

border-color css

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

 span { border-color: rgb(126,207,4); }

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