Html Css Color HEX #CBF310 Electric Lime

📋 copy color: '#CBF310'

red 203 ◦ green 243 ◦ blue 16

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

Shades of Electric Lime #CBF310

Tints of Electric Lime #CBF310

RGB

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

 GREEN value IS 243 (95.31% from 255) = 52.6%

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

R = 43.94%
G = 52.6%
B = 3.46%

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

#CBF310 (or 0xCBF310) is known color: Electric Lime. HEX triplet: CB, F3 and 10. RGB value is (203,243,16). Sum of RGB (Red+Green+Blue) = 203+243+16=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 243 (95.31% from 255 or 52.60% from 462); Blue value is 16 (6.64% from 255 or 3.46% from 462); Max value from RGB is 243 - color contains mainly: green. Hex color #CBF310 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF310 is #340CEF. Grayscale: #CECECE. Windows color (decimal): -3411184 or 1110987. OLE color: 1110987.

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

Color convert

RGB 203 243 16 -
CMYK 0.16 0 0.93 0.05
HSL 70.57º 0.9% 0.51% -
HSV(B) 70.57º 0.93% 0.95% -
XYZ 56.77 76.84 12.33 -
YUV 205.16 21.25 126.46 -
System Red Green Blue C M Y K H S L
Decimal 203 243 16 0.16 0 0.93 0.05 70.57 0.9 0.51
Hex CB F3 10 10 0 5D 5 47 5A 33
Octal 313 363 20 20 0 135 5 107 132 63
Binary 11001011 11110011 10000 10000 0 1011101 101 1000111 1011010 110011

Color Harmonies of #CBF310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF310

Black with #CBF310

Text Example


Text Example

White with #CBF310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF310; }

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

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

background-color css

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

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

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

border-color css

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

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

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