Html Css Color HEX #CFEF04 Electric Lime

📋 copy color: '#CFEF04'

red 207 ◦ green 239 ◦ blue 4

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

Shades of Electric Lime #CFEF04

Tints of Electric Lime #CFEF04

RGB

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

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

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

R = 46%
G = 53.11%
B = 0.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#CFEF04 (or 0xCFEF04) is known color: Electric Lime. HEX triplet: CF, EF and 04. RGB value is (207,239,4). Sum of RGB (Red+Green+Blue) = 207+239+4=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 239 (93.75% from 255 or 53.11% from 450); Blue value is 4 (1.95% from 255 or 0.89% from 450); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEF04 is #3010FB. Grayscale: #CBCBCB. Windows color (decimal): -3150076 or 323535. OLE color: 323535.

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

Color convert

RGB 207 239 4 -
CMYK 0.13 0 0.98 0.06
HSL 68.17º 0.97% 0.48% -
HSV(B) 68.17º 0.98% 0.94% -
XYZ 56.62 75.01 11.61 -
YUV 202.64 15.9 131.11 -
System Red Green Blue C M Y K H S L
Decimal 207 239 4 0.13 0 0.98 0.06 68.17 0.97 0.48
Hex CF EF 4 D 0 62 6 44 61 30
Octal 317 357 4 15 0 142 6 104 141 60
Binary 11001111 11101111 100 1101 0 1100010 110 1000100 1100001 110000

Color Harmonies of #CFEF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEF04

Black with #CFEF04

Text Example


Text Example

White with #CFEF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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