Html Css Color HEX #CBFC19 Electric Lime

📋 copy color: '#CBFC19'

red 203 ◦ green 252 ◦ blue 25

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

Shades of Electric Lime #CBFC19

Tints of Electric Lime #CBFC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.21%

R = 42.29%
G = 52.5%
B = 5.21%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#CBFC19 (or 0xCBFC19) is known color: Electric Lime. HEX triplet: CB, FC and 19. RGB value is (203,252,25). Sum of RGB (Red+Green+Blue) = 203+252+25=480 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.29% from 480); Green value is 252 (98.83% from 255 or 52.5% from 480); Blue value is 25 (10.16% from 255 or 5.21% from 480); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFC19 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFC19 is #3403E6. Grayscale: #D4D4D4. Windows color (decimal): -3408871 or 1703115. OLE color: 1703115.

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

Color convert

RGB 203 252 25 -
CMYK 0.19 0 0.90 0.01
HSL 72.95º 0.97% 0.54% -
HSV(B) 72.95º 0.9% 0.99% -
XYZ 59.61 82.39 13.68 -
YUV 211.47 22.77 121.96 -
System Red Green Blue C M Y K H S L
Decimal 203 252 25 0.19 0 0.90 0.01 72.95 0.97 0.54
Hex CB FC 19 13 0 5A 1 49 61 36
Octal 313 374 31 23 0 132 1 111 141 66
Binary 11001011 11111100 11001 10011 0 1011010 1 1001001 1100001 110110

Color Harmonies of #CBFC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFC19

Black with #CBFC19

Text Example


Text Example

White with #CBFC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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