Html Css Color HEX #CBF211 Electric Lime

📋 copy color: '#CBF211'

red 203 ◦ green 242 ◦ blue 17

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

Shades of Electric Lime #CBF211

Tints of Electric Lime #CBF211

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.38%

 BLUE value IS 17 (7.03% from 255) = 3.68%

R = 43.94%
G = 52.38%
B = 3.68%

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

#CBF211 (or 0xCBF211) is known color: Electric Lime. HEX triplet: CB, F2 and 11. RGB value is (203,242,17). Sum of RGB (Red+Green+Blue) = 203+242+17=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 17 (7.03% from 255 or 3.68% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF211 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF211 is #340DEE. Grayscale: #CDCDCD. Windows color (decimal): -3411439 or 1176267. OLE color: 1176267.

HSL color Cylindrical-coordinate representation of color #CBF211: hue angle of 70.4º degrees, saturation: 0.9, 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 #CBF211 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 242 17 -
CMYK 0.16 0 0.93 0.05
HSL 70.4º 0.9% 0.51% -
HSV(B) 70.4º 0.93% 0.95% -
XYZ 56.48 76.24 12.27 -
YUV 204.69 22.08 126.8 -
System Red Green Blue C M Y K H S L
Decimal 203 242 17 0.16 0 0.93 0.05 70.4 0.9 0.51
Hex CB F2 11 10 0 5D 5 46 5A 33
Octal 313 362 21 20 0 135 5 106 132 63
Binary 11001011 11110010 10001 10000 0 1011101 101 1000110 1011010 110011

Color Harmonies of #CBF211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF211

Black with #CBF211

Text Example


Text Example

White with #CBF211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF211; }

 p { color: rgb(203,242,17); }

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

background-color css

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

 a { background-color: rgb(203,242,17); }

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

border-color css

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

 span { border-color: rgb(203,242,17); }

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