Html Css Color HEX #2BDF2A Lime Green

📋 copy color: '#2BDF2A'

red 43 ◦ green 223 ◦ blue 42

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

Shades of Lime Green #2BDF2A

Tints of Lime Green #2BDF2A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 72.4%

 BLUE value IS 42 (16.8% from 255) = 13.64%

R = 13.96%
G = 72.4%
B = 13.64%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#2BDF2A (or 0x2BDF2A) is known color: Lime Green. HEX triplet: 2B, DF and 2A. RGB value is (43,223,42). Sum of RGB (Red+Green+Blue) = 43+223+42=308 (40% of max value = 765). Red value is 43 (17.19% from 255 or 13.96% from 308); Green value is 223 (87.5% from 255 or 72.40% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BDF2A is #D420D5. Grayscale: #959595. Windows color (decimal): -13902038 or 2809643. OLE color: 2809643.

HSL color Cylindrical-coordinate representation of color #2BDF2A: hue angle of 119.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDF2A is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 43 223 42 -
CMYK 0.81 0 0.81 0.13
HSL 119.67º 0.74% 0.52% -
HSV(B) 119.67º 0.81% 0.87% -
XYZ 27.8 53.46 11.04 -
YUV 148.55 67.87 52.72 -
System Red Green Blue C M Y K H S L
Decimal 43 223 42 0.81 0 0.81 0.13 119.67 0.74 0.52
Hex 2B DF 2A 51 0 51 D 78 4A 34
Octal 53 337 52 121 0 121 15 170 112 64
Binary 101011 11011111 101010 1010001 0 1010001 1101 1111000 1001010 110100

Color Harmonies of #2BDF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BDF2A

Black with #2BDF2A

Text Example


Text Example

White with #2BDF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,223,42); }

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

background-color css

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

 a { background-color: rgb(43,223,42); }

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

border-color css

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

 span { border-color: rgb(43,223,42); }

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