Html Css Color HEX #CFFF05 Electric Lime

📋 copy color: '#CFFF05'

red 207 ◦ green 255 ◦ blue 5

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

Shades of Electric Lime #CFFF05

Tints of Electric Lime #CFFF05

RGB

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

 GREEN value IS 255 (100% from 255) = 54.6%

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

R = 44.33%
G = 54.6%
B = 1.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#CFFF05 (or 0xCFFF05) is known color: Electric Lime. HEX triplet: CF, FF and 05. RGB value is (207,255,5). Sum of RGB (Red+Green+Blue) = 207+255+5=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 5 (2.34% from 255 or 1.07% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFF05 is #3000FA. Grayscale: #D5D5D5. Windows color (decimal): -3145979 or 393167. OLE color: 393167.

HSL color Cylindrical-coordinate representation of color #CFFF05: hue angle of 71.52º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFFF05 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.

Color convert

RGB 207 255 5 -
CMYK 0.19 0 0.98 0
HSL 71.52º 1% 0.51% -
HSV(B) 71.52º 0.98% 1% -
XYZ 61.52 84.8 13.27 -
YUV 212.15 11.1 124.33 -
System Red Green Blue C M Y K H S L
Decimal 207 255 5 0.19 0 0.98 0 71.52 1 0.51
Hex CF FF 5 13 0 62 0 48 64 33
Octal 317 377 5 23 0 142 0 110 144 63
Binary 11001111 11111111 101 10011 0 1100010 0 1001000 1100100 110011

Color Harmonies of #CFFF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFF05

Black with #CFFF05

Text Example


Text Example

White with #CFFF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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