Html Css Color HEX #CFEE14 Electric Lime

📋 copy color: '#CFEE14'

red 207 ◦ green 238 ◦ blue 20

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

Shades of Electric Lime #CFEE14

Tints of Electric Lime #CFEE14

RGB

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

 GREEN value IS 238 (93.36% from 255) = 51.18%

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

R = 44.52%
G = 51.18%
B = 4.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#CFEE14 (or 0xCFEE14) is known color: Electric Lime. HEX triplet: CF, EE and 14. RGB value is (207,238,20). Sum of RGB (Red+Green+Blue) = 207+238+20=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 238 (93.36% from 255 or 51.18% from 465); Blue value is 20 (8.20% from 255 or 4.30% from 465); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEE14 is #3011EB. Grayscale: #CCCCCC. Windows color (decimal): -3150316 or 1371855. OLE color: 1371855.

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

Color convert

RGB 207 238 20 -
CMYK 0.13 0 0.92 0.07
HSL 68.53º 0.87% 0.51% -
HSV(B) 68.53º 0.92% 0.93% -
XYZ 56.43 74.46 12.06 -
YUV 203.88 24.23 130.23 -
System Red Green Blue C M Y K H S L
Decimal 207 238 20 0.13 0 0.92 0.07 68.53 0.87 0.51
Hex CF EE 14 D 0 5C 7 45 57 33
Octal 317 356 24 15 0 134 7 105 127 63
Binary 11001111 11101110 10100 1101 0 1011100 111 1000101 1010111 110011

Color Harmonies of #CFEE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEE14

Black with #CFEE14

Text Example


Text Example

White with #CFEE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEE14; }

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

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

background-color css

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

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

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

border-color css

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

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

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