Html Css Color HEX #CBF60C Electric Lime

📋 copy color: '#CBF60C'

red 203 ◦ green 246 ◦ blue 12

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

Shades of Electric Lime #CBF60C

Tints of Electric Lime #CBF60C

RGB

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

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

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

R = 44.03%
G = 53.36%
B = 2.6%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#CBF60C (or 0xCBF60C) is known color: Electric Lime. HEX triplet: CB, F6 and 0C. RGB value is (203,246,12). Sum of RGB (Red+Green+Blue) = 203+246+12=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 246 (96.48% from 255 or 53.36% from 461); Blue value is 12 (5.08% from 255 or 2.60% from 461); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF60C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF60C is #3409F3. Grayscale: #CFCFCF. Windows color (decimal): -3410420 or 849611. OLE color: 849611.

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

Color convert

RGB 203 246 12 -
CMYK 0.17 0 0.95 0.04
HSL 71.03º 0.93% 0.51% -
HSV(B) 71.03º 0.95% 0.96% -
XYZ 57.65 78.63 12.49 -
YUV 206.47 18.25 125.53 -
System Red Green Blue C M Y K H S L
Decimal 203 246 12 0.17 0 0.95 0.04 71.03 0.93 0.51
Hex CB F6 C 11 0 5F 4 47 5D 33
Octal 313 366 14 21 0 137 4 107 135 63
Binary 11001011 11110110 1100 10001 0 1011111 100 1000111 1011101 110011

Color Harmonies of #CBF60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF60C

Black with #CBF60C

Text Example


Text Example

White with #CBF60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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