Html Css Color HEX #CFFE10 Electric Lime

📋 copy color: '#CFFE10'

red 207 ◦ green 254 ◦ blue 16

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

Shades of Electric Lime #CFFE10

Tints of Electric Lime #CFFE10

RGB

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

 GREEN value IS 254 (99.61% from 255) = 53.25%

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

R = 43.4%
G = 53.25%
B = 3.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#CFFE10 (or 0xCFFE10) is known color: Electric Lime. HEX triplet: CF, FE and 10. RGB value is (207,254,16). Sum of RGB (Red+Green+Blue) = 207+254+16=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 254 (99.61% from 255 or 53.25% from 477); Blue value is 16 (6.64% from 255 or 3.35% from 477); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFE10 is #3001EF. Grayscale: #D5D5D5. Windows color (decimal): -3146224 or 1113807. OLE color: 1113807.

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

Color convert

RGB 207 254 16 -
CMYK 0.19 0 0.94 0.00
HSL 71.85º 0.99% 0.53% -
HSV(B) 71.85º 0.94% 1% -
XYZ 61.27 84.19 13.51 -
YUV 212.82 16.93 123.85 -
System Red Green Blue C M Y K H S L
Decimal 207 254 16 0.19 0 0.94 0.00 71.85 0.99 0.53
Hex CF FE 10 13 0 5E 0 48 63 35
Octal 317 376 20 23 0 136 0 110 143 65
Binary 11001111 11111110 10000 10011 0 1011110 0 1001000 1100011 110101

Color Harmonies of #CFFE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFFE10

Black with #CFFE10

Text Example


Text Example

White with #CFFE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFFE10; }

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

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

background-color css

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

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

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

border-color css

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

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

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