Html Css Color HEX #CFED02 Electric Lime

📋 copy color: '#CFED02'

red 207 ◦ green 237 ◦ blue 2

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

Shades of Electric Lime #CFED02

Tints of Electric Lime #CFED02

RGB

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

 GREEN value IS 237 (92.97% from 255) = 53.14%

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

R = 46.41%
G = 53.14%
B = 0.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#CFED02 (or 0xCFED02) is known color: Electric Lime. HEX triplet: CF, ED and 02. RGB value is (207,237,2). Sum of RGB (Red+Green+Blue) = 207+237+2=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 237 (92.97% from 255 or 53.14% from 446); Blue value is 2 (1.17% from 255 or 0.45% from 446); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFED02 is #3012FD. Grayscale: #CACACA. Windows color (decimal): -3150590 or 191951. OLE color: 191951.

HSL color Cylindrical-coordinate representation of color #CFED02: hue angle of 67.66º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFED02 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 237 2 -
CMYK 0.13 0 0.99 0.07
HSL 67.66º 0.98% 0.47% -
HSV(B) 67.66º 0.99% 0.93% -
XYZ 56.03 73.84 11.36 -
YUV 201.24 15.56 132.11 -
System Red Green Blue C M Y K H S L
Decimal 207 237 2 0.13 0 0.99 0.07 67.66 0.98 0.47
Hex CF ED 2 D 0 63 7 44 62 2F
Octal 317 355 2 15 0 143 7 104 142 57
Binary 11001111 11101101 10 1101 0 1100011 111 1000100 1100010 101111

Color Harmonies of #CFED02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFED02

Black with #CFED02

Text Example


Text Example

White with #CFED02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFED02; }

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

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

background-color css

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

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

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

border-color css

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

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

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