Html Css Color HEX #CBF518 Electric Lime

📋 copy color: '#CBF518'

red 203 ◦ green 245 ◦ blue 24

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

Shades of Electric Lime #CBF518

Tints of Electric Lime #CBF518

RGB

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

 GREEN value IS 245 (96.09% from 255) = 51.91%

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

R = 43.01%
G = 51.91%
B = 5.08%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#CBF518 (or 0xCBF518) is known color: Electric Lime. HEX triplet: CB, F5 and 18. RGB value is (203,245,24). Sum of RGB (Red+Green+Blue) = 203+245+24=472 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.01% from 472); Green value is 245 (96.09% from 255 or 51.91% from 472); Blue value is 24 (9.77% from 255 or 5.08% from 472); Max value from RGB is 245 - color contains mainly: green. Hex color #CBF518 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF518 is #340AE7. Grayscale: #D0D0D0. Windows color (decimal): -3410664 or 1635787. OLE color: 1635787.

HSL color Cylindrical-coordinate representation of color #CBF518: hue angle of 71.4º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBF518 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 203 245 24 -
CMYK 0.17 0 0.90 0.04
HSL 71.4º 0.92% 0.53% -
HSV(B) 71.4º 0.9% 0.96% -
XYZ 57.45 78.07 12.9 -
YUV 207.25 24.59 124.97 -
System Red Green Blue C M Y K H S L
Decimal 203 245 24 0.17 0 0.90 0.04 71.4 0.92 0.53
Hex CB F5 18 11 0 5A 4 47 5C 35
Octal 313 365 30 21 0 132 4 107 134 65
Binary 11001011 11110101 11000 10001 0 1011010 100 1000111 1011100 110101

Color Harmonies of #CBF518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF518

Black with #CBF518

Text Example


Text Example

White with #CBF518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF518; }

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

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

background-color css

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

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

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

border-color css

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

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

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