Html Css Color HEX #CFEF14 Electric Lime

📋 copy color: '#CFEF14'

red 207 ◦ green 239 ◦ blue 20

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

Shades of Electric Lime #CFEF14

Tints of Electric Lime #CFEF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.29%

R = 44.42%
G = 51.29%
B = 4.29%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#CFEF14 (or 0xCFEF14) is known color: Electric Lime. HEX triplet: CF, EF and 14. RGB value is (207,239,20). Sum of RGB (Red+Green+Blue) = 207+239+20=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 239 (93.75% from 255 or 51.29% from 466); Blue value is 20 (8.20% from 255 or 4.29% from 466); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEF14 is #3010EB. Grayscale: #CDCDCD. Windows color (decimal): -3150060 or 1372111. OLE color: 1372111.

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

Color convert

RGB 207 239 20 -
CMYK 0.13 0 0.92 0.06
HSL 68.77º 0.87% 0.51% -
HSV(B) 68.77º 0.92% 0.94% -
XYZ 56.72 75.05 12.16 -
YUV 204.47 23.9 129.81 -
System Red Green Blue C M Y K H S L
Decimal 207 239 20 0.13 0 0.92 0.06 68.77 0.87 0.51
Hex CF EF 14 D 0 5C 6 45 57 33
Octal 317 357 24 15 0 134 6 105 127 63
Binary 11001111 11101111 10100 1101 0 1011100 110 1000101 1010111 110011

Color Harmonies of #CFEF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEF14

Black with #CFEF14

Text Example


Text Example

White with #CFEF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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