Html Css Color HEX #CFEA07 Electric Lime

📋 copy color: '#CFEA07'

red 207 ◦ green 234 ◦ blue 7

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

Shades of Electric Lime #CFEA07

Tints of Electric Lime #CFEA07

RGB

 RED value IS 207 (81.25% from 255) = 46.21%

 GREEN value IS 234 (91.8% from 255) = 52.23%

 BLUE value IS 7 (3.13% from 255) = 1.56%

R = 46.21%
G = 52.23%
B = 1.56%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#CFEA07 (or 0xCFEA07) is known color: Electric Lime. HEX triplet: CF, EA and 07. RGB value is (207,234,7). Sum of RGB (Red+Green+Blue) = 207+234+7=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 234 (91.80% from 255 or 52.23% from 448); Blue value is 7 (3.12% from 255 or 1.56% from 448); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEA07 is #3015F8. Grayscale: #C8C8C8. Windows color (decimal): -3151353 or 518863. OLE color: 518863.

HSL color Cylindrical-coordinate representation of color #CFEA07: hue angle of 67.14º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFEA07 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 234 7 -
CMYK 0.12 0 0.97 0.08
HSL 67.14º 0.94% 0.47% -
HSV(B) 67.14º 0.97% 0.92% -
XYZ 55.19 72.13 11.21 -
YUV 200.05 19.05 132.96 -
System Red Green Blue C M Y K H S L
Decimal 207 234 7 0.12 0 0.97 0.08 67.14 0.94 0.47
Hex CF EA 7 C 0 61 8 43 5E 2F
Octal 317 352 7 14 0 141 10 103 136 57
Binary 11001111 11101010 111 1100 0 1100001 1000 1000011 1011110 101111

Color Harmonies of #CFEA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEA07

Black with #CFEA07

Text Example


Text Example

White with #CFEA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEA07; }

 p { color: rgb(207,234,7); }

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

background-color css

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

 a { background-color: rgb(207,234,7); }

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

border-color css

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

 span { border-color: rgb(207,234,7); }

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