Html Css Color HEX #2DF42A Lime Green

📋 copy color: '#2DF42A'

red 45 ◦ green 244 ◦ blue 42

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

Shades of Lime Green #2DF42A

Tints of Lime Green #2DF42A

RGB

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

 GREEN value IS 244 (95.7% from 255) = 73.72%

 BLUE value IS 42 (16.8% from 255) = 12.69%

R = 13.6%
G = 73.72%
B = 12.69%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#2DF42A (or 0x2DF42A) is known color: Lime Green. HEX triplet: 2D, F4 and 2A. RGB value is (45,244,42). Sum of RGB (Red+Green+Blue) = 45+244+42=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 244 (95.70% from 255 or 73.72% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 244 - color contains mainly: green. Hex color #2DF42A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF42A is #D20BD5. Grayscale: #A2A2A2. Windows color (decimal): -13765590 or 2815021. OLE color: 2815021.

HSL color Cylindrical-coordinate representation of color #2DF42A: hue angle of 119.11º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2DF42A is Cyan = 0.82, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 45 244 42 -
CMYK 0.82 0 0.83 0.04
HSL 119.11º 0.9% 0.56% -
HSV(B) 119.11º 0.83% 0.96% -
XYZ 33.85 65.43 13.03 -
YUV 161.47 60.57 44.93 -
System Red Green Blue C M Y K H S L
Decimal 45 244 42 0.82 0 0.83 0.04 119.11 0.9 0.56
Hex 2D F4 2A 52 0 53 4 77 5A 38
Octal 55 364 52 122 0 123 4 167 132 70
Binary 101101 11110100 101010 1010010 0 1010011 100 1110111 1011010 111000

Color Harmonies of #2DF42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DF42A

Black with #2DF42A

Text Example


Text Example

White with #2DF42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,244,42); }

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

background-color css

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

 a { background-color: rgb(45,244,42); }

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

border-color css

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

 span { border-color: rgb(45,244,42); }

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