Html Css Color HEX #2BDB1E Lime Green

📋 copy color: '#2BDB1E'

red 43 ◦ green 219 ◦ blue 30

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

Shades of Lime Green #2BDB1E

Tints of Lime Green #2BDB1E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 75%

 BLUE value IS 30 (12.11% from 255) = 10.27%

R = 14.73%
G = 75%
B = 10.27%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#2BDB1E (or 0x2BDB1E) is known color: Lime Green. HEX triplet: 2B, DB and 1E. RGB value is (43,219,30). Sum of RGB (Red+Green+Blue) = 43+219+30=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 219 (85.94% from 255 or 75% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 219 - color contains mainly: green. Hex color #2BDB1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDB1E is #D424E1. Grayscale: #919191. Windows color (decimal): -13903074 or 2022187. OLE color: 2022187.

HSL color Cylindrical-coordinate representation of color #2BDB1E: hue angle of 115.87º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2BDB1E is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.

Color convert

RGB 43 219 30 -
CMYK 0.80 0 0.86 0.14
HSL 115.87º 0.76% 0.49% -
HSV(B) 115.87º 0.86% 0.86% -
XYZ 26.56 51.27 9.72 -
YUV 144.83 63.19 55.37 -
System Red Green Blue C M Y K H S L
Decimal 43 219 30 0.80 0 0.86 0.14 115.87 0.76 0.49
Hex 2B DB 1E 50 0 56 E 74 4C 31
Octal 53 333 36 120 0 126 16 164 114 61
Binary 101011 11011011 11110 1010000 0 1010110 1110 1110100 1001100 110001

Color Harmonies of #2BDB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDB1E

Black with #2BDB1E

Text Example


Text Example

White with #2BDB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,219,30); }

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

background-color css

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

 a { background-color: rgb(43,219,30); }

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

border-color css

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

 span { border-color: rgb(43,219,30); }

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