Html Css Color HEX #CBF819 Electric Lime

📋 copy color: '#CBF819'

red 203 ◦ green 248 ◦ blue 25

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

Shades of Electric Lime #CBF819

Tints of Electric Lime #CBF819

RGB

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

 GREEN value IS 248 (97.27% from 255) = 52.1%

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

R = 42.65%
G = 52.1%
B = 5.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#CBF819 (or 0xCBF819) is known color: Electric Lime. HEX triplet: CB, F8 and 19. RGB value is (203,248,25). Sum of RGB (Red+Green+Blue) = 203+248+25=476 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.65% from 476); Green value is 248 (97.27% from 255 or 52.10% from 476); Blue value is 25 (10.16% from 255 or 5.25% from 476); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF819 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF819 is #3407E6. Grayscale: #D1D1D1. Windows color (decimal): -3409895 or 1702091. OLE color: 1702091.

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

Color convert

RGB 203 248 25 -
CMYK 0.18 0 0.90 0.03
HSL 72.11º 0.94% 0.54% -
HSV(B) 72.11º 0.9% 0.97% -
XYZ 58.37 79.9 13.27 -
YUV 209.12 24.09 123.63 -
System Red Green Blue C M Y K H S L
Decimal 203 248 25 0.18 0 0.90 0.03 72.11 0.94 0.54
Hex CB F8 19 12 0 5A 3 48 5E 36
Octal 313 370 31 22 0 132 3 110 136 66
Binary 11001011 11111000 11001 10010 0 1011010 11 1001000 1011110 110110

Color Harmonies of #CBF819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF819

Black with #CBF819

Text Example


Text Example

White with #CBF819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF819; }

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

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

background-color css

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

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

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

border-color css

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

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

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