Html Css Color HEX #2BD623 Lime Green

📋 copy color: '#2BD623'

red 43 ◦ green 214 ◦ blue 35

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

Shades of Lime Green #2BD623

Tints of Lime Green #2BD623

RGB

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

 GREEN value IS 214 (83.98% from 255) = 73.29%

 BLUE value IS 35 (14.06% from 255) = 11.99%

R = 14.73%
G = 73.29%
B = 11.99%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#2BD623 (or 0x2BD623) is known color: Lime Green. HEX triplet: 2B, D6 and 23. RGB value is (43,214,35). Sum of RGB (Red+Green+Blue) = 43+214+35=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 214 (83.98% from 255 or 73.29% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD623 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2BD623 is #D429DC. Grayscale: #8F8F8F. Windows color (decimal): -13904349 or 2348587. OLE color: 2348587.

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

Color convert

RGB 43 214 35 -
CMYK 0.80 0 0.84 0.16
HSL 117.32º 0.72% 0.49% -
HSV(B) 117.32º 0.84% 0.84% -
XYZ 25.35 48.73 9.66 -
YUV 142.47 67.35 57.05 -
System Red Green Blue C M Y K H S L
Decimal 43 214 35 0.80 0 0.84 0.16 117.32 0.72 0.49
Hex 2B D6 23 50 0 54 10 75 48 31
Octal 53 326 43 120 0 124 20 165 110 61
Binary 101011 11010110 100011 1010000 0 1010100 10000 1110101 1001000 110001

Color Harmonies of #2BD623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BD623

Black with #2BD623

Text Example


Text Example

White with #2BD623

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,214,35); }

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

background-color css

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

 a { background-color: rgb(43,214,35); }

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

border-color css

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

 span { border-color: rgb(43,214,35); }

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