Html Css Color HEX #CBF60A Electric Lime

📋 copy color: '#CBF60A'

red 203 ◦ green 246 ◦ blue 10

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

Shades of Electric Lime #CBF60A

Tints of Electric Lime #CBF60A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.18%

R = 44.23%
G = 53.59%
B = 2.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#CBF60A (or 0xCBF60A) is known color: Electric Lime. HEX triplet: CB, F6 and 0A. RGB value is (203,246,10). Sum of RGB (Red+Green+Blue) = 203+246+10=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 246 (96.48% from 255 or 53.59% from 459); Blue value is 10 (4.30% from 255 or 2.18% from 459); Max value from RGB is 246 - color contains mainly: green. Hex color #CBF60A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF60A is #3409F5. Grayscale: #CFCFCF. Windows color (decimal): -3410422 or 718539. OLE color: 718539.

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

Color convert

RGB 203 246 10 -
CMYK 0.17 0 0.96 0.04
HSL 70.93º 0.93% 0.5% -
HSV(B) 70.93º 0.96% 0.96% -
XYZ 57.64 78.63 12.43 -
YUV 206.24 17.25 125.69 -
System Red Green Blue C M Y K H S L
Decimal 203 246 10 0.17 0 0.96 0.04 70.93 0.93 0.5
Hex CB F6 A 11 0 60 4 47 5D 32
Octal 313 366 12 21 0 140 4 107 135 62
Binary 11001011 11110110 1010 10001 0 1100000 100 1000111 1011101 110010

Color Harmonies of #CBF60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF60A

Black with #CBF60A

Text Example


Text Example

White with #CBF60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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