Html Css Color HEX #38CA44 Lime Green

📋 copy color: '#38CA44'

red 56 ◦ green 202 ◦ blue 68

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

Shades of Lime Green #38CA44

Tints of Lime Green #38CA44

RGB

 RED value IS 56 (22.27% from 255) = 17.18%

 GREEN value IS 202 (79.3% from 255) = 61.96%

 BLUE value IS 68 (26.95% from 255) = 20.86%

R = 17.18%
G = 61.96%
B = 20.86%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#38CA44 (or 0x38CA44) is known color: Lime Green. HEX triplet: 38, CA and 44. RGB value is (56,202,68). Sum of RGB (Red+Green+Blue) = 56+202+68=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 202 (79.30% from 255 or 61.96% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 202 - color contains mainly: green. Hex color #38CA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CA44 is #C735BB. Grayscale: #8F8F8F. Windows color (decimal): -13055420 or 4508216. OLE color: 4508216.

HSL color Cylindrical-coordinate representation of color #38CA44: hue angle of 124.93º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CA44 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 202 68 -
CMYK 0.72 0 0.66 0.21
HSL 124.93º 0.58% 0.51% -
HSV(B) 124.93º 0.72% 0.79% -
XYZ 23.79 43.5 12.61 -
YUV 143.07 85.63 65.9 -
System Red Green Blue C M Y K H S L
Decimal 56 202 68 0.72 0 0.66 0.21 124.93 0.58 0.51
Hex 38 CA 44 48 0 42 15 7D 3A 33
Octal 70 312 104 110 0 102 25 175 72 63
Binary 111000 11001010 1000100 1001000 0 1000010 10101 1111101 111010 110011

Color Harmonies of #38CA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CA44

Black with #38CA44

Text Example


Text Example

White with #38CA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38CA44; }

 p { color: rgb(56,202,68); }

 H1.HeaderClassName
 {
   color: #38CA44;
 }
 .AnyTagClassName
 {
   color: #38CA44;
 }
</style>

background-color css

<style>
 a { background-color: #38CA44; }

 a { background-color: rgb(56,202,68); }

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

border-color css

<style>
 span { border-color: #38CA44; }

 span { border-color: rgb(56,202,68); }

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