Html Css Color HEX #CBF20C Electric Lime

📋 copy color: '#CBF20C'

red 203 ◦ green 242 ◦ blue 12

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

Shades of Electric Lime #CBF20C

Tints of Electric Lime #CBF20C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 52.95%

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

R = 44.42%
G = 52.95%
B = 2.63%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#CBF20C (or 0xCBF20C) is known color: Electric Lime. HEX triplet: CB, F2 and 0C. RGB value is (203,242,12). Sum of RGB (Red+Green+Blue) = 203+242+12=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 12 (5.08% from 255 or 2.63% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF20C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CBF20C is #340DF3. Grayscale: #CDCDCD. Windows color (decimal): -3411444 or 848587. OLE color: 848587.

HSL color Cylindrical-coordinate representation of color #CBF20C: hue angle of 70.17º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBF20C is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 242 12 -
CMYK 0.16 0 0.95 0.05
HSL 70.17º 0.91% 0.5% -
HSV(B) 70.17º 0.95% 0.95% -
XYZ 56.45 76.23 12.09 -
YUV 204.12 19.58 127.2 -
System Red Green Blue C M Y K H S L
Decimal 203 242 12 0.16 0 0.95 0.05 70.17 0.91 0.5
Hex CB F2 C 10 0 5F 5 46 5B 32
Octal 313 362 14 20 0 137 5 106 133 62
Binary 11001011 11110010 1100 10000 0 1011111 101 1000110 1011011 110010

Color Harmonies of #CBF20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF20C

Black with #CBF20C

Text Example


Text Example

White with #CBF20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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