Html Css Color HEX #2DC33B Lime Green

📋 copy color: '#2DC33B'

red 45 ◦ green 195 ◦ blue 59

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

Shades of Lime Green #2DC33B

Tints of Lime Green #2DC33B

RGB

 RED value IS 45 (17.97% from 255) = 15.05%

 GREEN value IS 195 (76.56% from 255) = 65.22%

 BLUE value IS 59 (23.44% from 255) = 19.73%

R = 15.05%
G = 65.22%
B = 19.73%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#2DC33B (or 0x2DC33B) is known color: Lime Green. HEX triplet: 2D, C3 and 3B. RGB value is (45,195,59). Sum of RGB (Red+Green+Blue) = 45+195+59=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 195 (76.56% from 255 or 65.22% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC33B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC33B is #D23CC4. Grayscale: #878787. Windows color (decimal): -13778117 or 3916589. OLE color: 3916589.

HSL color Cylindrical-coordinate representation of color #2DC33B: hue angle of 125.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DC33B is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 195 59 -
CMYK 0.77 0 0.70 0.24
HSL 125.6º 0.63% 0.47% -
HSV(B) 125.6º 0.77% 0.76% -
XYZ 21.39 39.9 10.71 -
YUV 134.65 85.31 64.06 -
System Red Green Blue C M Y K H S L
Decimal 45 195 59 0.77 0 0.70 0.24 125.6 0.63 0.47
Hex 2D C3 3B 4D 0 46 18 7E 3E 2F
Octal 55 303 73 115 0 106 30 176 76 57
Binary 101101 11000011 111011 1001101 0 1000110 11000 1111110 111110 101111

Color Harmonies of #2DC33B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC33B

Black with #2DC33B

Text Example


Text Example

White with #2DC33B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,195,59); }

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

background-color css

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

 a { background-color: rgb(45,195,59); }

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

border-color css

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

 span { border-color: rgb(45,195,59); }

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