Html Css Color HEX #CBFF15 Electric Lime

📋 copy color: '#CBFF15'

red 203 ◦ green 255 ◦ blue 21

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

Shades of Electric Lime #CBFF15

Tints of Electric Lime #CBFF15

RGB

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

 GREEN value IS 255 (100% from 255) = 53.24%

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

R = 42.38%
G = 53.24%
B = 4.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#CBFF15 (or 0xCBFF15) is known color: Electric Lime. HEX triplet: CB, FF and 15. RGB value is (203,255,21). Sum of RGB (Red+Green+Blue) = 203+255+21=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 21 (8.59% from 255 or 4.38% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFF15 is #3400EA. Grayscale: #D5D5D5. Windows color (decimal): -3408107 or 1441739. OLE color: 1441739.

HSL color Cylindrical-coordinate representation of color #CBFF15: hue angle of 73.33º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBFF15 is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB 203 255 21 -
CMYK 0.20 0 0.92 0
HSL 73.33º 1% 0.54% -
HSV(B) 73.33º 0.92% 1% -
XYZ 60.52 84.27 13.79 -
YUV 212.78 19.77 121.03 -
System Red Green Blue C M Y K H S L
Decimal 203 255 21 0.20 0 0.92 0 73.33 1 0.54
Hex CB FF 15 14 0 5C 0 49 64 36
Octal 313 377 25 24 0 134 0 111 144 66
Binary 11001011 11111111 10101 10100 0 1011100 0 1001001 1100100 110110

Color Harmonies of #CBFF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFF15

Black with #CBFF15

Text Example


Text Example

White with #CBFF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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