Html Css Color HEX #CFEE04 Electric Lime

📋 copy color: '#CFEE04'

red 207 ◦ green 238 ◦ blue 4

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

Shades of Electric Lime #CFEE04

Tints of Electric Lime #CFEE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 46.1%
G = 53.01%
B = 0.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#CFEE04 (or 0xCFEE04) is known color: Electric Lime. HEX triplet: CF, EE and 04. RGB value is (207,238,4). Sum of RGB (Red+Green+Blue) = 207+238+4=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 238 (93.36% from 255 or 53.01% from 449); Blue value is 4 (1.95% from 255 or 0.89% from 449); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEE04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEE04 is #3011FB. Grayscale: #CACACA. Windows color (decimal): -3150332 or 323279. OLE color: 323279.

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

Color convert

RGB 207 238 4 -
CMYK 0.13 0 0.98 0.07
HSL 67.95º 0.97% 0.47% -
HSV(B) 67.95º 0.98% 0.93% -
XYZ 56.33 74.42 11.51 -
YUV 202.06 16.23 131.53 -
System Red Green Blue C M Y K H S L
Decimal 207 238 4 0.13 0 0.98 0.07 67.95 0.97 0.47
Hex CF EE 4 D 0 62 7 44 61 2F
Octal 317 356 4 15 0 142 7 104 141 57
Binary 11001111 11101110 100 1101 0 1100010 111 1000100 1100001 101111

Color Harmonies of #CFEE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEE04

Black with #CFEE04

Text Example


Text Example

White with #CFEE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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