Html Css Color HEX #CFEF00 Electric Lime

📋 copy color: '#CFEF00'

red 207 ◦ green 239 ◦ blue 0

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

Shades of Electric Lime #CFEF00

Tints of Electric Lime #CFEF00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.41%
G = 53.59%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#CFEF00 (or 0xCFEF00) is known color: Electric Lime. HEX triplet: CF, EF and 00. RGB value is (207,239,0). Sum of RGB (Red+Green+Blue) = 207+239+0=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 239 (93.75% from 255 or 53.59% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEF00 is #3010FF. Grayscale: #CBCBCB. Windows color (decimal): -3150080 or 61391. OLE color: 61391.

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

Color convert

RGB 207 239 0 -
CMYK 0.13 0 1 0.06
HSL 68.03º 1% 0.47% -
HSV(B) 68.03º 1% 0.94% -
XYZ 56.6 75 11.49 -
YUV 202.19 13.9 131.43 -
System Red Green Blue C M Y K H S L
Decimal 207 239 0 0.13 0 1 0.06 68.03 1 0.47
Hex CF EF 0 D 0 64 6 44 64 2F
Octal 317 357 0 15 0 144 6 104 144 57
Binary 11001111 11101111 0 1101 0 1100100 110 1000100 1100100 101111

Color Harmonies of #CFEF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEF00

Black with #CFEF00

Text Example


Text Example

White with #CFEF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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