Html Css Color HEX #2BD92C Lime Green

📋 copy color: '#2BD92C'

red 43 ◦ green 217 ◦ blue 44

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

Shades of Lime Green #2BD92C

Tints of Lime Green #2BD92C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 71.38%

 BLUE value IS 44 (17.58% from 255) = 14.47%

R = 14.14%
G = 71.38%
B = 14.47%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#2BD92C (or 0x2BD92C) is known color: Lime Green. HEX triplet: 2B, D9 and 2C. RGB value is (43,217,44). Sum of RGB (Red+Green+Blue) = 43+217+44=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 217 (85.16% from 255 or 71.38% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 217 - color contains mainly: green. Hex color #2BD92C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD92C is #D426D3. Grayscale: #919191. Windows color (decimal): -13903572 or 2939179. OLE color: 2939179.

HSL color Cylindrical-coordinate representation of color #2BD92C: hue angle of 120.34º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD92C is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 43 217 44 -
CMYK 0.80 0 0.80 0.15
HSL 120.34º 0.7% 0.51% -
HSV(B) 120.34º 0.8% 0.85% -
XYZ 26.26 50.32 10.71 -
YUV 145.25 70.85 55.07 -
System Red Green Blue C M Y K H S L
Decimal 43 217 44 0.80 0 0.80 0.15 120.34 0.7 0.51
Hex 2B D9 2C 50 0 50 F 78 46 33
Octal 53 331 54 120 0 120 17 170 106 63
Binary 101011 11011001 101100 1010000 0 1010000 1111 1111000 1000110 110011

Color Harmonies of #2BD92C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD92C

Black with #2BD92C

Text Example


Text Example

White with #2BD92C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,217,44); }

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

background-color css

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

 a { background-color: rgb(43,217,44); }

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

border-color css

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

 span { border-color: rgb(43,217,44); }

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