Html Css Color HEX #CBFC20 Electric Lime

📋 copy color: '#CBFC20'

red 203 ◦ green 252 ◦ blue 32

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

Shades of Electric Lime #CBFC20

Tints of Electric Lime #CBFC20

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.75%

 BLUE value IS 32 (12.89% from 255) = 6.57%

R = 41.68%
G = 51.75%
B = 6.57%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#CBFC20 (or 0xCBFC20) is known color: Electric Lime. HEX triplet: CB, FC and 20. RGB value is (203,252,32). Sum of RGB (Red+Green+Blue) = 203+252+32=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 252 (98.83% from 255 or 51.75% from 487); Blue value is 32 (12.89% from 255 or 6.57% from 487); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBFC20 is #3403DF. Grayscale: #D5D5D5. Windows color (decimal): -3408864 or 2161867. OLE color: 2161867.

HSL color Cylindrical-coordinate representation of color #CBFC20: hue angle of 73.36º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CBFC20 is Cyan = 0.19, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 203 252 32 -
CMYK 0.19 0 0.87 0.01
HSL 73.36º 0.97% 0.56% -
HSV(B) 73.36º 0.87% 0.99% -
XYZ 59.7 82.42 14.13 -
YUV 212.27 26.27 121.39 -
System Red Green Blue C M Y K H S L
Decimal 203 252 32 0.19 0 0.87 0.01 73.36 0.97 0.56
Hex CB FC 20 13 0 57 1 49 61 38
Octal 313 374 40 23 0 127 1 111 141 70
Binary 11001011 11111100 100000 10011 0 1010111 1 1001001 1100001 111000

Color Harmonies of #CBFC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFC20

Black with #CBFC20

Text Example


Text Example

White with #CBFC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFC20; }

 p { color: rgb(203,252,32); }

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

background-color css

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

 a { background-color: rgb(203,252,32); }

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

border-color css

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

 span { border-color: rgb(203,252,32); }

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