Html Css Color HEX #CBF816 Electric Lime

📋 copy color: '#CBF816'

red 203 ◦ green 248 ◦ blue 22

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

Shades of Electric Lime #CBF816

Tints of Electric Lime #CBF816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.65%

R = 42.92%
G = 52.43%
B = 4.65%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.03

RGB Variations

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

Color information

#CBF816 (or 0xCBF816) is known color: Electric Lime. HEX triplet: CB, F8 and 16. RGB value is (203,248,22). Sum of RGB (Red+Green+Blue) = 203+248+22=473 (62% of max value = 765). Red value is 203 (79.69% from 255 or 42.92% from 473); Green value is 248 (97.27% from 255 or 52.43% from 473); Blue value is 22 (8.98% from 255 or 4.65% from 473); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF816 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF816 is #3407E9. Grayscale: #D1D1D1. Windows color (decimal): -3409898 or 1505483. OLE color: 1505483.

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

Color convert

RGB 203 248 22 -
CMYK 0.18 0 0.91 0.03
HSL 71.95º 0.94% 0.53% -
HSV(B) 71.95º 0.91% 0.97% -
XYZ 58.34 79.89 13.1 -
YUV 208.78 22.59 123.88 -
System Red Green Blue C M Y K H S L
Decimal 203 248 22 0.18 0 0.91 0.03 71.95 0.94 0.53
Hex CB F8 16 12 0 5B 3 48 5E 35
Octal 313 370 26 22 0 133 3 110 136 65
Binary 11001011 11111000 10110 10010 0 1011011 11 1001000 1011110 110101

Color Harmonies of #CBF816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF816

Black with #CBF816

Text Example


Text Example

White with #CBF816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF816; }

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

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

background-color css

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

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

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

border-color css

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

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

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