Html Css Color HEX #CBF511 Electric Lime

📋 copy color: '#CBF511'

red 203 ◦ green 245 ◦ blue 17

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

Shades of Electric Lime #CBF511

Tints of Electric Lime #CBF511

RGB

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

 GREEN value IS 245 (96.09% from 255) = 52.69%

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

R = 43.66%
G = 52.69%
B = 3.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#CBF511 (or 0xCBF511) is known color: Electric Lime. HEX triplet: CB, F5 and 11. RGB value is (203,245,17). Sum of RGB (Red+Green+Blue) = 203+245+17=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 245 (96.09% from 255 or 52.69% from 465); Blue value is 17 (7.03% from 255 or 3.66% from 465); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF511 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF511 is #340AEE. Grayscale: #CFCFCF. Windows color (decimal): -3410671 or 1177035. OLE color: 1177035.

HSL color Cylindrical-coordinate representation of color #CBF511: hue angle of 71.05º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBF511 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 245 17 -
CMYK 0.17 0 0.93 0.04
HSL 71.05º 0.92% 0.51% -
HSV(B) 71.05º 0.93% 0.96% -
XYZ 57.38 78.04 12.57 -
YUV 206.45 21.09 125.54 -
System Red Green Blue C M Y K H S L
Decimal 203 245 17 0.17 0 0.93 0.04 71.05 0.92 0.51
Hex CB F5 11 11 0 5D 4 47 5C 33
Octal 313 365 21 21 0 135 4 107 134 63
Binary 11001011 11110101 10001 10001 0 1011101 100 1000111 1011100 110011

Color Harmonies of #CBF511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF511

Black with #CBF511

Text Example


Text Example

White with #CBF511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF511; }

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

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

background-color css

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

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

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

border-color css

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

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

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