Html Css Color HEX #2DF327 Lime Green

📋 copy color: '#2DF327'

red 45 ◦ green 243 ◦ blue 39

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

Shades of Lime Green #2DF327

Tints of Lime Green #2DF327

RGB

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

 GREEN value IS 243 (95.31% from 255) = 74.31%

 BLUE value IS 39 (15.63% from 255) = 11.93%

R = 13.76%
G = 74.31%
B = 11.93%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#2DF327 (or 0x2DF327) is known color: Lime Green. HEX triplet: 2D, F3 and 27. RGB value is (45,243,39). Sum of RGB (Red+Green+Blue) = 45+243+39=327 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.76% from 327); Green value is 243 (95.31% from 255 or 74.31% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 243 - color contains mainly: green. Hex color #2DF327 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF327 is #D20CD8. Grayscale: #A1A1A1. Windows color (decimal): -13765849 or 2618157. OLE color: 2618157.

HSL color Cylindrical-coordinate representation of color #2DF327: hue angle of 118.24º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2DF327 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 45 243 39 -
CMYK 0.81 0 0.84 0.05
HSL 118.24º 0.89% 0.55% -
HSV(B) 118.24º 0.84% 0.95% -
XYZ 33.5 64.81 12.66 -
YUV 160.54 59.4 45.59 -
System Red Green Blue C M Y K H S L
Decimal 45 243 39 0.81 0 0.84 0.05 118.24 0.89 0.55
Hex 2D F3 27 51 0 54 5 76 59 37
Octal 55 363 47 121 0 124 5 166 131 67
Binary 101101 11110011 100111 1010001 0 1010100 101 1110110 1011001 110111

Color Harmonies of #2DF327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF327

Black with #2DF327

Text Example


Text Example

White with #2DF327

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,243,39); }

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

background-color css

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

 a { background-color: rgb(45,243,39); }

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

border-color css

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

 span { border-color: rgb(45,243,39); }

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