Html Css Color HEX #CFEC0B Electric Lime

📋 copy color: '#CFEC0B'

red 207 ◦ green 236 ◦ blue 11

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

Shades of Electric Lime #CFEC0B

Tints of Electric Lime #CFEC0B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.98%

 BLUE value IS 11 (4.69% from 255) = 2.42%

R = 45.59%
G = 51.98%
B = 2.42%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#CFEC0B (or 0xCFEC0B) is known color: Electric Lime. HEX triplet: CF, EC and 0B. RGB value is (207,236,11). Sum of RGB (Red+Green+Blue) = 207+236+11=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 236 (92.58% from 255 or 51.98% from 454); Blue value is 11 (4.69% from 255 or 2.42% from 454); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEC0B is #3013F4. Grayscale: #CACACA. Windows color (decimal): -3150837 or 781519. OLE color: 781519.

HSL color Cylindrical-coordinate representation of color #CFEC0B: hue angle of 67.73º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFEC0B is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 207 236 11 -
CMYK 0.12 0 0.95 0.07
HSL 67.73º 0.91% 0.48% -
HSV(B) 67.73º 0.95% 0.93% -
XYZ 55.79 73.28 11.52 -
YUV 201.68 20.39 131.8 -
System Red Green Blue C M Y K H S L
Decimal 207 236 11 0.12 0 0.95 0.07 67.73 0.91 0.48
Hex CF EC B C 0 5F 7 44 5B 30
Octal 317 354 13 14 0 137 7 104 133 60
Binary 11001111 11101100 1011 1100 0 1011111 111 1000100 1011011 110000

Color Harmonies of #CFEC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEC0B

Black with #CFEC0B

Text Example


Text Example

White with #CFEC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEC0B; }

 p { color: rgb(207,236,11); }

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

background-color css

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

 a { background-color: rgb(207,236,11); }

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

border-color css

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

 span { border-color: rgb(207,236,11); }

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