Html Css Color HEX #CBF012 Electric Lime

📋 copy color: '#CBF012'

red 203 ◦ green 240 ◦ blue 18

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

Shades of Electric Lime #CBF012

Tints of Electric Lime #CBF012

RGB

 RED value IS 203 (79.69% from 255) = 44.03%

 GREEN value IS 240 (94.14% from 255) = 52.06%

 BLUE value IS 18 (7.42% from 255) = 3.9%

R = 44.03%
G = 52.06%
B = 3.9%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#CBF012 (or 0xCBF012) is known color: Electric Lime. HEX triplet: CB, F0 and 12. RGB value is (203,240,18). Sum of RGB (Red+Green+Blue) = 203+240+18=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF012 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF012 is #340FED. Grayscale: #CCCCCC. Windows color (decimal): -3411950 or 1241291. OLE color: 1241291.

HSL color Cylindrical-coordinate representation of color #CBF012: hue angle of 70º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBF012 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 203 240 18 -
CMYK 0.15 0 0.92 0.06
HSL 70º 0.88% 0.51% -
HSV(B) 70º 0.93% 0.94% -
XYZ 55.9 75.06 12.11 -
YUV 203.63 23.24 127.55 -
System Red Green Blue C M Y K H S L
Decimal 203 240 18 0.15 0 0.92 0.06 70 0.88 0.51
Hex CB F0 12 F 0 5C 6 46 58 33
Octal 313 360 22 17 0 134 6 106 130 63
Binary 11001011 11110000 10010 1111 0 1011100 110 1000110 1011000 110011

Color Harmonies of #CBF012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF012

Black with #CBF012

Text Example


Text Example

White with #CBF012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF012; }

 p { color: rgb(203,240,18); }

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

background-color css

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

 a { background-color: rgb(203,240,18); }

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

border-color css

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

 span { border-color: rgb(203,240,18); }

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