Html Css Color HEX #2DC32F Lime Green

📋 copy color: '#2DC32F'

red 45 ◦ green 195 ◦ blue 47

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

Shades of Lime Green #2DC32F

Tints of Lime Green #2DC32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.38%

R = 15.68%
G = 67.94%
B = 16.38%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#2DC32F (or 0x2DC32F) is known color: Lime Green. HEX triplet: 2D, C3 and 2F. RGB value is (45,195,47). Sum of RGB (Red+Green+Blue) = 45+195+47=287 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.68% from 287); Green value is 195 (76.56% from 255 or 67.94% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 195 - color contains mainly: green. Hex color #2DC32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2DC32F is #D23CD0. Grayscale: #858585. Windows color (decimal): -13778129 or 3130157. OLE color: 3130157.

HSL color Cylindrical-coordinate representation of color #2DC32F: hue angle of 120.8º 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 #2DC32F is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 45 195 47 -
CMYK 0.77 0 0.76 0.24
HSL 120.8º 0.63% 0.47% -
HSV(B) 120.8º 0.77% 0.76% -
XYZ 21.11 39.79 9.26 -
YUV 133.28 79.31 65.03 -
System Red Green Blue C M Y K H S L
Decimal 45 195 47 0.77 0 0.76 0.24 120.8 0.63 0.47
Hex 2D C3 2F 4D 0 4C 18 79 3E 2F
Octal 55 303 57 115 0 114 30 171 76 57
Binary 101101 11000011 101111 1001101 0 1001100 11000 1111001 111110 101111

Color Harmonies of #2DC32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DC32F

Black with #2DC32F

Text Example


Text Example

White with #2DC32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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