Html Css Color HEX #CBF61C Electric Lime

📋 copy color: '#CBF61C'

red 203 ◦ green 246 ◦ blue 28

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

Shades of Electric Lime #CBF61C

Tints of Electric Lime #CBF61C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 51.57%

 BLUE value IS 28 (11.33% from 255) = 5.87%

R = 42.56%
G = 51.57%
B = 5.87%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#CBF61C (or 0xCBF61C) is known color: Electric Lime. HEX triplet: CB, F6 and 1C. RGB value is (203,246,28). Sum of RGB (Red+Green+Blue) = 203+246+28=477 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.56% from 477); Green value is 246 (96.48% from 255 or 51.57% from 477); Blue value is 28 (11.33% from 255 or 5.87% from 477); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF61C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CBF61C is #3409E3. Grayscale: #D1D1D1. Windows color (decimal): -3410404 or 1898187. OLE color: 1898187.

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

Color convert

RGB 203 246 28 -
CMYK 0.17 0 0.89 0.04
HSL 71.83º 0.92% 0.54% -
HSV(B) 71.83º 0.89% 0.96% -
XYZ 57.79 78.69 13.24 -
YUV 208.29 26.25 124.23 -
System Red Green Blue C M Y K H S L
Decimal 203 246 28 0.17 0 0.89 0.04 71.83 0.92 0.54
Hex CB F6 1C 11 0 59 4 48 5C 36
Octal 313 366 34 21 0 131 4 110 134 66
Binary 11001011 11110110 11100 10001 0 1011001 100 1001000 1011100 110110

Color Harmonies of #CBF61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF61C

Black with #CBF61C

Text Example


Text Example

White with #CBF61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF61C; }

 p { color: rgb(203,246,28); }

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

background-color css

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

 a { background-color: rgb(203,246,28); }

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

border-color css

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

 span { border-color: rgb(203,246,28); }

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