Html Css Color HEX #CFEF10 Electric Lime

📋 copy color: '#CFEF10'

red 207 ◦ green 239 ◦ blue 16

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

Shades of Electric Lime #CFEF10

Tints of Electric Lime #CFEF10

RGB

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

 GREEN value IS 239 (93.75% from 255) = 51.73%

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

R = 44.81%
G = 51.73%
B = 3.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#CFEF10 (or 0xCFEF10) is known color: Electric Lime. HEX triplet: CF, EF and 10. RGB value is (207,239,16). Sum of RGB (Red+Green+Blue) = 207+239+16=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 239 (93.75% from 255 or 51.73% from 462); Blue value is 16 (6.64% from 255 or 3.46% from 462); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEF10 is #3010EF. Grayscale: #CCCCCC. Windows color (decimal): -3150064 or 1109967. OLE color: 1109967.

HSL color Cylindrical-coordinate representation of color #CFEF10: hue angle of 68.61º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CFEF10 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 239 16 -
CMYK 0.13 0 0.93 0.06
HSL 68.61º 0.87% 0.5% -
HSV(B) 68.61º 0.93% 0.94% -
XYZ 56.69 75.04 11.99 -
YUV 204.01 21.9 130.13 -
System Red Green Blue C M Y K H S L
Decimal 207 239 16 0.13 0 0.93 0.06 68.61 0.87 0.5
Hex CF EF 10 D 0 5D 6 45 57 32
Octal 317 357 20 15 0 135 6 105 127 62
Binary 11001111 11101111 10000 1101 0 1011101 110 1000101 1010111 110010

Color Harmonies of #CFEF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEF10

Black with #CFEF10

Text Example


Text Example

White with #CFEF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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