Html Css Color HEX #CBFF18 Electric Lime

📋 copy color: '#CBFF18'

red 203 ◦ green 255 ◦ blue 24

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

Shades of Electric Lime #CBFF18

Tints of Electric Lime #CBFF18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 4.98%

R = 42.12%
G = 52.9%
B = 4.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#CBFF18 (or 0xCBFF18) is known color: Electric Lime. HEX triplet: CB, FF and 18. RGB value is (203,255,24). Sum of RGB (Red+Green+Blue) = 203+255+24=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 24 (9.77% from 255 or 4.98% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFF18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBFF18 is #3400E7. Grayscale: #D5D5D5. Windows color (decimal): -3408104 or 1638347. OLE color: 1638347.

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

Color convert

RGB 203 255 24 -
CMYK 0.20 0 0.91 0
HSL 73.51º 1% 0.55% -
HSV(B) 73.51º 0.91% 1% -
XYZ 60.55 84.28 13.94 -
YUV 213.12 21.27 120.78 -
System Red Green Blue C M Y K H S L
Decimal 203 255 24 0.20 0 0.91 0 73.51 1 0.55
Hex CB FF 18 14 0 5B 0 4A 64 37
Octal 313 377 30 24 0 133 0 112 144 67
Binary 11001011 11111111 11000 10100 0 1011011 0 1001010 1100100 110111

Color Harmonies of #CBFF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBFF18

Black with #CBFF18

Text Example


Text Example

White with #CBFF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBFF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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