Html Css Color HEX #CBF210 Electric Lime

📋 copy color: '#CBF210'

red 203 ◦ green 242 ◦ blue 16

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

Shades of Electric Lime #CBF210

Tints of Electric Lime #CBF210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.47%

R = 44.03%
G = 52.49%
B = 3.47%

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

#CBF210 (or 0xCBF210) is known color: Electric Lime. HEX triplet: CB, F2 and 10. RGB value is (203,242,16). Sum of RGB (Red+Green+Blue) = 203+242+16=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 242 (94.92% from 255 or 52.49% from 461); Blue value is 16 (6.64% from 255 or 3.47% from 461); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF210 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF210 is #340DEF. Grayscale: #CDCDCD. Windows color (decimal): -3411440 or 1110731. OLE color: 1110731.

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

Color convert

RGB 203 242 16 -
CMYK 0.16 0 0.93 0.05
HSL 70.35º 0.9% 0.51% -
HSV(B) 70.35º 0.93% 0.95% -
XYZ 56.47 76.24 12.23 -
YUV 204.58 21.58 126.88 -
System Red Green Blue C M Y K H S L
Decimal 203 242 16 0.16 0 0.93 0.05 70.35 0.9 0.51
Hex CB F2 10 10 0 5D 5 46 5A 33
Octal 313 362 20 20 0 135 5 106 132 63
Binary 11001011 11110010 10000 10000 0 1011101 101 1000110 1011010 110011

Color Harmonies of #CBF210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF210

Black with #CBF210

Text Example


Text Example

White with #CBF210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF210; }

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

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

background-color css

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

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

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

border-color css

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

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

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