Html Css Color HEX #2BDA1F Lime Green

📋 copy color: '#2BDA1F'

red 43 ◦ green 218 ◦ blue 31

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

Shades of Lime Green #2BDA1F

Tints of Lime Green #2BDA1F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 74.66%

 BLUE value IS 31 (12.5% from 255) = 10.62%

R = 14.73%
G = 74.66%
B = 10.62%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#2BDA1F (or 0x2BDA1F) is known color: Lime Green. HEX triplet: 2B, DA and 1F. RGB value is (43,218,31). Sum of RGB (Red+Green+Blue) = 43+218+31=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 218 (85.55% from 255 or 74.66% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDA1F is #D425E0. Grayscale: #909090. Windows color (decimal): -13903329 or 2087467. OLE color: 2087467.

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

Color convert

RGB 43 218 31 -
CMYK 0.80 0 0.86 0.15
HSL 116.15º 0.75% 0.49% -
HSV(B) 116.15º 0.86% 0.85% -
XYZ 26.31 50.76 9.71 -
YUV 144.36 64.02 55.71 -
System Red Green Blue C M Y K H S L
Decimal 43 218 31 0.80 0 0.86 0.15 116.15 0.75 0.49
Hex 2B DA 1F 50 0 56 F 74 4B 31
Octal 53 332 37 120 0 126 17 164 113 61
Binary 101011 11011010 11111 1010000 0 1010110 1111 1110100 1001011 110001

Color Harmonies of #2BDA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDA1F

Black with #2BDA1F

Text Example


Text Example

White with #2BDA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,218,31); }

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

background-color css

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

 a { background-color: rgb(43,218,31); }

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

border-color css

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

 span { border-color: rgb(43,218,31); }

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