Html Css Color HEX #2CDF38 Lime Green

📋 copy color: '#2CDF38'

red 44 ◦ green 223 ◦ blue 56

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

Shades of Lime Green #2CDF38

Tints of Lime Green #2CDF38

RGB

 RED value IS 44 (17.58% from 255) = 13.62%

 GREEN value IS 223 (87.5% from 255) = 69.04%

 BLUE value IS 56 (22.27% from 255) = 17.34%

R = 13.62%
G = 69.04%
B = 17.34%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#2CDF38 (or 0x2CDF38) is known color: Lime Green. HEX triplet: 2C, DF and 38. RGB value is (44,223,56). Sum of RGB (Red+Green+Blue) = 44+223+56=323 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.62% from 323); Green value is 223 (87.5% from 255 or 69.04% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 223 - color contains mainly: green. Hex color #2CDF38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDF38 is #D320C7. Grayscale: #969696. Windows color (decimal): -13836488 or 3727148. OLE color: 3727148.

HSL color Cylindrical-coordinate representation of color #2CDF38: hue angle of 124.02º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDF38 is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 44 223 56 -
CMYK 0.80 0 0.75 0.13
HSL 124.02º 0.74% 0.52% -
HSV(B) 124.02º 0.8% 0.87% -
XYZ 28.14 53.6 12.6 -
YUV 150.44 74.7 52.08 -
System Red Green Blue C M Y K H S L
Decimal 44 223 56 0.80 0 0.75 0.13 124.02 0.74 0.52
Hex 2C DF 38 50 0 4B D 7C 4A 34
Octal 54 337 70 120 0 113 15 174 112 64
Binary 101100 11011111 111000 1010000 0 1001011 1101 1111100 1001010 110100

Color Harmonies of #2CDF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CDF38

Black with #2CDF38

Text Example


Text Example

White with #2CDF38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,223,56); }

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

background-color css

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

 a { background-color: rgb(44,223,56); }

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

border-color css

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

 span { border-color: rgb(44,223,56); }

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