Html Css Color HEX #CFEB13 Electric Lime

📋 copy color: '#CFEB13'

red 207 ◦ green 235 ◦ blue 19

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

Shades of Electric Lime #CFEB13

Tints of Electric Lime #CFEB13

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.98%

 BLUE value IS 19 (7.81% from 255) = 4.12%

R = 44.9%
G = 50.98%
B = 4.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#CFEB13 (or 0xCFEB13) is known color: Electric Lime. HEX triplet: CF, EB and 13. RGB value is (207,235,19). Sum of RGB (Red+Green+Blue) = 207+235+19=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 235 (92.19% from 255 or 50.98% from 461); Blue value is 19 (7.81% from 255 or 4.12% from 461); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEB13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEB13 is #3014EC. Grayscale: #CACACA. Windows color (decimal): -3151085 or 1305551. OLE color: 1305551.

HSL color Cylindrical-coordinate representation of color #CFEB13: hue angle of 67.78º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFEB13 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 235 19 -
CMYK 0.12 0 0.92 0.08
HSL 67.78º 0.85% 0.5% -
HSV(B) 67.78º 0.92% 0.92% -
XYZ 55.56 72.73 11.73 -
YUV 202 24.72 131.56 -
System Red Green Blue C M Y K H S L
Decimal 207 235 19 0.12 0 0.92 0.08 67.78 0.85 0.5
Hex CF EB 13 C 0 5C 8 44 55 32
Octal 317 353 23 14 0 134 10 104 125 62
Binary 11001111 11101011 10011 1100 0 1011100 1000 1000100 1010101 110010

Color Harmonies of #CFEB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEB13

Black with #CFEB13

Text Example


Text Example

White with #CFEB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEB13; }

 p { color: rgb(207,235,19); }

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

background-color css

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

 a { background-color: rgb(207,235,19); }

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

border-color css

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

 span { border-color: rgb(207,235,19); }

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