Html Css Color HEX #CFE005 Electric Lime

📋 copy color: '#CFE005'

red 207 ◦ green 224 ◦ blue 5

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

Shades of Electric Lime #CFE005

Tints of Electric Lime #CFE005

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.38%

 BLUE value IS 5 (2.34% from 255) = 1.15%

R = 47.48%
G = 51.38%
B = 1.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#CFE005 (or 0xCFE005) is known color: Electric Lime. HEX triplet: CF, E0 and 05. RGB value is (207,224,5). Sum of RGB (Red+Green+Blue) = 207+224+5=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 224 (87.89% from 255 or 51.38% from 436); Blue value is 5 (2.34% from 255 or 1.15% from 436); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE005 is #301FFA. Grayscale: #C2C2C2. Windows color (decimal): -3153915 or 385231. OLE color: 385231.

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

Color convert

RGB 207 224 5 -
CMYK 0.08 0 0.98 0.12
HSL 64.66º 0.96% 0.45% -
HSV(B) 64.66º 0.98% 0.88% -
XYZ 52.42 66.59 10.23 -
YUV 193.95 21.37 137.31 -
System Red Green Blue C M Y K H S L
Decimal 207 224 5 0.08 0 0.98 0.12 64.66 0.96 0.45
Hex CF E0 5 8 0 62 C 41 60 2D
Octal 317 340 5 10 0 142 14 101 140 55
Binary 11001111 11100000 101 1000 0 1100010 1100 1000001 1100000 101101

Color Harmonies of #CFE005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE005

Black with #CFE005

Text Example


Text Example

White with #CFE005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE005; }

 p { color: rgb(207,224,5); }

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

background-color css

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

 a { background-color: rgb(207,224,5); }

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

border-color css

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

 span { border-color: rgb(207,224,5); }

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