Html Css Color HEX #CBF112 Electric Lime

📋 copy color: '#CBF112'

red 203 ◦ green 241 ◦ blue 18

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

Shades of Electric Lime #CBF112

Tints of Electric Lime #CBF112

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.16%

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

R = 43.94%
G = 52.16%
B = 3.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#CBF112 (or 0xCBF112) is known color: Electric Lime. HEX triplet: CB, F1 and 12. RGB value is (203,241,18). Sum of RGB (Red+Green+Blue) = 203+241+18=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 241 (94.53% from 255 or 52.16% from 462); Blue value is 18 (7.42% from 255 or 3.90% from 462); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF112 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF112 is #340EED. Grayscale: #CDCDCD. Windows color (decimal): -3411694 or 1241547. OLE color: 1241547.

HSL color Cylindrical-coordinate representation of color #CBF112: hue angle of 70.22º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBF112 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 241 18 -
CMYK 0.16 0 0.93 0.05
HSL 70.22º 0.89% 0.51% -
HSV(B) 70.22º 0.93% 0.95% -
XYZ 56.19 75.65 12.21 -
YUV 204.22 22.91 127.13 -
System Red Green Blue C M Y K H S L
Decimal 203 241 18 0.16 0 0.93 0.05 70.22 0.89 0.51
Hex CB F1 12 10 0 5D 5 46 59 33
Octal 313 361 22 20 0 135 5 106 131 63
Binary 11001011 11110001 10010 10000 0 1011101 101 1000110 1011001 110011

Color Harmonies of #CBF112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF112

Black with #CBF112

Text Example


Text Example

White with #CBF112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF112; }

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

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

background-color css

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

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

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

border-color css

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

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

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