Html Css Color HEX #2BD02D Lime Green

📋 copy color: '#2BD02D'

red 43 ◦ green 208 ◦ blue 45

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

Shades of Lime Green #2BD02D

Tints of Lime Green #2BD02D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 70.27%

 BLUE value IS 45 (17.97% from 255) = 15.2%

R = 14.53%
G = 70.27%
B = 15.2%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#2BD02D (or 0x2BD02D) is known color: Lime Green. HEX triplet: 2B, D0 and 2D. RGB value is (43,208,45). Sum of RGB (Red+Green+Blue) = 43+208+45=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 208 (81.64% from 255 or 70.27% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 208 - color contains mainly: green. Hex color #2BD02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD02D is #D42FD2. Grayscale: #8C8C8C. Windows color (decimal): -13905875 or 3002411. OLE color: 3002411.

HSL color Cylindrical-coordinate representation of color #2BD02D: hue angle of 120.73º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BD02D is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 43 208 45 -
CMYK 0.79 0 0.78 0.18
HSL 120.73º 0.66% 0.49% -
HSV(B) 120.73º 0.79% 0.82% -
XYZ 24.03 45.81 10.06 -
YUV 140.08 74.34 58.75 -
System Red Green Blue C M Y K H S L
Decimal 43 208 45 0.79 0 0.78 0.18 120.73 0.66 0.49
Hex 2B D0 2D 4F 0 4E 12 79 42 31
Octal 53 320 55 117 0 116 22 171 102 61
Binary 101011 11010000 101101 1001111 0 1001110 10010 1111001 1000010 110001

Color Harmonies of #2BD02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD02D

Black with #2BD02D

Text Example


Text Example

White with #2BD02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,208,45); }

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

background-color css

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

 a { background-color: rgb(43,208,45); }

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

border-color css

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

 span { border-color: rgb(43,208,45); }

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