Html Css Color HEX #CFEA02 Electric Lime

📋 copy color: '#CFEA02'

red 207 ◦ green 234 ◦ blue 2

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

Shades of Electric Lime #CFEA02

Tints of Electric Lime #CFEA02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.45%

R = 46.73%
G = 52.82%
B = 0.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#CFEA02 (or 0xCFEA02) is known color: Electric Lime. HEX triplet: CF, EA and 02. RGB value is (207,234,2). Sum of RGB (Red+Green+Blue) = 207+234+2=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 234 (91.80% from 255 or 52.82% from 443); Blue value is 2 (1.17% from 255 or 0.45% from 443); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEA02 is #3015FD. Grayscale: #C8C8C8. Windows color (decimal): -3151358 or 191183. OLE color: 191183.

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

Color convert

RGB 207 234 2 -
CMYK 0.12 0 0.99 0.08
HSL 66.98º 0.98% 0.46% -
HSV(B) 66.98º 0.99% 0.92% -
XYZ 55.17 72.12 11.07 -
YUV 199.48 16.55 133.36 -
System Red Green Blue C M Y K H S L
Decimal 207 234 2 0.12 0 0.99 0.08 66.98 0.98 0.46
Hex CF EA 2 C 0 63 8 43 62 2E
Octal 317 352 2 14 0 143 10 103 142 56
Binary 11001111 11101010 10 1100 0 1100011 1000 1000011 1100010 101110

Color Harmonies of #CFEA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEA02

Black with #CFEA02

Text Example


Text Example

White with #CFEA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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