Html Css Color HEX #CFFF10 Electric Lime

📋 copy color: '#CFFF10'

red 207 ◦ green 255 ◦ blue 16

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

Shades of Electric Lime #CFFF10

Tints of Electric Lime #CFFF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.35%

R = 43.31%
G = 53.35%
B = 3.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#CFFF10 (or 0xCFFF10) is known color: Electric Lime. HEX triplet: CF, FF and 10. RGB value is (207,255,16). Sum of RGB (Red+Green+Blue) = 207+255+16=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 16 (6.64% from 255 or 3.35% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFF10 is #3000EF. Grayscale: #D6D6D6. Windows color (decimal): -3145968 or 1114063. OLE color: 1114063.

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

Color convert

RGB 207 255 16 -
CMYK 0.19 0 0.94 0
HSL 72.05º 1% 0.53% -
HSV(B) 72.05º 0.94% 1% -
XYZ 61.59 84.82 13.62 -
YUV 213.4 16.6 123.43 -
System Red Green Blue C M Y K H S L
Decimal 207 255 16 0.19 0 0.94 0 72.05 1 0.53
Hex CF FF 10 13 0 5E 0 48 64 35
Octal 317 377 20 23 0 136 0 110 144 65
Binary 11001111 11111111 10000 10011 0 1011110 0 1001000 1100100 110101

Color Harmonies of #CFFF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFF10

Black with #CFFF10

Text Example


Text Example

White with #CFFF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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