Html Css Color HEX #38CA4D Lime Green

📋 copy color: '#38CA4D'

red 56 ◦ green 202 ◦ blue 77

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

Shades of Lime Green #38CA4D

Tints of Lime Green #38CA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.99%

R = 16.72%
G = 60.3%
B = 22.99%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#38CA4D (or 0x38CA4D) is known color: Lime Green. HEX triplet: 38, CA and 4D. RGB value is (56,202,77). Sum of RGB (Red+Green+Blue) = 56+202+77=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 202 (79.30% from 255 or 60.30% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 202 - color contains mainly: green. Hex color #38CA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CA4D is #C735B2. Grayscale: #909090. Windows color (decimal): -13055411 or 5098040. OLE color: 5098040.

HSL color Cylindrical-coordinate representation of color #38CA4D: hue angle of 128.63º 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 #38CA4D is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 202 77 -
CMYK 0.72 0 0.62 0.21
HSL 128.63º 0.58% 0.51% -
HSV(B) 128.63º 0.72% 0.79% -
XYZ 24.09 43.62 14.17 -
YUV 144.1 90.13 65.16 -
System Red Green Blue C M Y K H S L
Decimal 56 202 77 0.72 0 0.62 0.21 128.63 0.58 0.51
Hex 38 CA 4D 48 0 3E 15 81 3A 33
Octal 70 312 115 110 0 76 25 201 72 63
Binary 111000 11001010 1001101 1001000 0 111110 10101 10000001 111010 110011

Color Harmonies of #38CA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CA4D

Black with #38CA4D

Text Example


Text Example

White with #38CA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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