Html Css Color HEX #CBF80C Electric Lime

📋 copy color: '#CBF80C'

red 203 ◦ green 248 ◦ blue 12

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

Shades of Electric Lime #CBF80C

Tints of Electric Lime #CBF80C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.59%

R = 43.84%
G = 53.56%
B = 2.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#CBF80C (or 0xCBF80C) is known color: Electric Lime. HEX triplet: CB, F8 and 0C. RGB value is (203,248,12). Sum of RGB (Red+Green+Blue) = 203+248+12=463 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.84% from 463); Green value is 248 (97.27% from 255 or 53.56% from 463); Blue value is 12 (5.08% from 255 or 2.59% from 463); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF80C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF80C is #3407F3. Grayscale: #D0D0D0. Windows color (decimal): -3409908 or 850123. OLE color: 850123.

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

Color convert

RGB 203 248 12 -
CMYK 0.18 0 0.95 0.03
HSL 71.44º 0.94% 0.51% -
HSV(B) 71.44º 0.95% 0.97% -
XYZ 58.26 79.86 12.69 -
YUV 207.64 17.59 124.69 -
System Red Green Blue C M Y K H S L
Decimal 203 248 12 0.18 0 0.95 0.03 71.44 0.94 0.51
Hex CB F8 C 12 0 5F 3 47 5E 33
Octal 313 370 14 22 0 137 3 107 136 63
Binary 11001011 11111000 1100 10010 0 1011111 11 1000111 1011110 110011

Color Harmonies of #CBF80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF80C

Black with #CBF80C

Text Example


Text Example

White with #CBF80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF80C; }

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

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

background-color css

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

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

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

border-color css

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

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

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