Html Css Color HEX #CBFB15 Electric Lime

📋 copy color: '#CBFB15'

red 203 ◦ green 251 ◦ blue 21

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

Shades of Electric Lime #CBFB15

Tints of Electric Lime #CBFB15

RGB

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

 GREEN value IS 251 (98.44% from 255) = 52.84%

 BLUE value IS 21 (8.59% from 255) = 4.42%

R = 42.74%
G = 52.84%
B = 4.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#CBFB15 (or 0xCBFB15) is known color: Electric Lime. HEX triplet: CB, FB and 15. RGB value is (203,251,21). Sum of RGB (Red+Green+Blue) = 203+251+21=475 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.74% from 475); Green value is 251 (98.44% from 255 or 52.84% from 475); Blue value is 21 (8.59% from 255 or 4.42% from 475); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFB15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFB15 is #3404EA. Grayscale: #D3D3D3. Windows color (decimal): -3409131 or 1440715. OLE color: 1440715.

HSL color Cylindrical-coordinate representation of color #CBFB15: hue angle of 72.52º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBFB15 is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 203 251 21 -
CMYK 0.19 0 0.92 0.02
HSL 72.52º 0.97% 0.53% -
HSV(B) 72.52º 0.92% 0.98% -
XYZ 59.26 81.75 13.36 -
YUV 210.43 21.1 122.7 -
System Red Green Blue C M Y K H S L
Decimal 203 251 21 0.19 0 0.92 0.02 72.52 0.97 0.53
Hex CB FB 15 13 0 5C 2 49 61 35
Octal 313 373 25 23 0 134 2 111 141 65
Binary 11001011 11111011 10101 10011 0 1011100 10 1001001 1100001 110101

Color Harmonies of #CBFB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFB15

Black with #CBFB15

Text Example


Text Example

White with #CBFB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFB15; }

 p { color: rgb(203,251,21); }

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

background-color css

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

 a { background-color: rgb(203,251,21); }

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

border-color css

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

 span { border-color: rgb(203,251,21); }

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