Html Css Color HEX #2BC023 Lime Green

📋 copy color: '#2BC023'

red 43 ◦ green 192 ◦ blue 35

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

Shades of Lime Green #2BC023

Tints of Lime Green #2BC023

RGB

 RED value IS 43 (17.19% from 255) = 15.93%

 GREEN value IS 192 (75.39% from 255) = 71.11%

 BLUE value IS 35 (14.06% from 255) = 12.96%

R = 15.93%
G = 71.11%
B = 12.96%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#2BC023 (or 0x2BC023) is known color: Lime Green. HEX triplet: 2B, C0 and 23. RGB value is (43,192,35). Sum of RGB (Red+Green+Blue) = 43+192+35=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 192 (75.39% from 255 or 71.11% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 192 - color contains mainly: green. Hex color #2BC023 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BC023 is #D43FDC. Grayscale: #828282. Windows color (decimal): -13909981 or 2342955. OLE color: 2342955.

HSL color Cylindrical-coordinate representation of color #2BC023: hue angle of 116.94º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BC023 is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 43 192 35 -
CMYK 0.78 0 0.82 0.25
HSL 116.94º 0.69% 0.45% -
HSV(B) 116.94º 0.82% 0.75% -
XYZ 20.15 38.33 7.93 -
YUV 129.55 74.64 66.27 -
System Red Green Blue C M Y K H S L
Decimal 43 192 35 0.78 0 0.82 0.25 116.94 0.69 0.45
Hex 2B C0 23 4E 0 52 19 75 45 2D
Octal 53 300 43 116 0 122 31 165 105 55
Binary 101011 11000000 100011 1001110 0 1010010 11001 1110101 1000101 101101

Color Harmonies of #2BC023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BC023

Black with #2BC023

Text Example


Text Example

White with #2BC023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2BC023; }

 p { color: rgb(43,192,35); }

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

background-color css

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

 a { background-color: rgb(43,192,35); }

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

border-color css

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

 span { border-color: rgb(43,192,35); }

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