Html Css Color HEX #2BD035 Lime Green

📋 copy color: '#2BD035'

red 43 ◦ green 208 ◦ blue 53

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

Shades of Lime Green #2BD035

Tints of Lime Green #2BD035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.43%

R = 14.14%
G = 68.42%
B = 17.43%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#2BD035 (or 0x2BD035) is known color: Lime Green. HEX triplet: 2B, D0 and 35. RGB value is (43,208,53). Sum of RGB (Red+Green+Blue) = 43+208+53=304 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.14% from 304); Green value is 208 (81.64% from 255 or 68.42% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 208 - color contains mainly: green. Hex color #2BD035 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD035 is #D42FCA. Grayscale: #8D8D8D. Windows color (decimal): -13905867 or 3526699. OLE color: 3526699.

HSL color Cylindrical-coordinate representation of color #2BD035: hue angle of 123.64º 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 #2BD035 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 43 208 53 -
CMYK 0.79 0 0.75 0.18
HSL 123.64º 0.66% 0.49% -
HSV(B) 123.64º 0.79% 0.82% -
XYZ 24.19 45.88 10.95 -
YUV 141 78.34 58.1 -
System Red Green Blue C M Y K H S L
Decimal 43 208 53 0.79 0 0.75 0.18 123.64 0.66 0.49
Hex 2B D0 35 4F 0 4B 12 7C 42 31
Octal 53 320 65 117 0 113 22 174 102 61
Binary 101011 11010000 110101 1001111 0 1001011 10010 1111100 1000010 110001

Color Harmonies of #2BD035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD035

Black with #2BD035

Text Example


Text Example

White with #2BD035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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