Html Css Color HEX #38CA3E Lime Green

📋 copy color: '#38CA3E'

red 56 ◦ green 202 ◦ blue 62

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

Shades of Lime Green #38CA3E

Tints of Lime Green #38CA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.38%

R = 17.5%
G = 63.13%
B = 19.38%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#38CA3E (or 0x38CA3E) is known color: Lime Green. HEX triplet: 38, CA and 3E. RGB value is (56,202,62). Sum of RGB (Red+Green+Blue) = 56+202+62=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 202 (79.30% from 255 or 63.12% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 202 - color contains mainly: green. Hex color #38CA3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CA3E is #C735C1. Grayscale: #8E8E8E. Windows color (decimal): -13055426 or 4115000. OLE color: 4115000.

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

Color convert

RGB 56 202 62 -
CMYK 0.72 0 0.69 0.21
HSL 122.47º 0.58% 0.51% -
HSV(B) 122.47º 0.72% 0.79% -
XYZ 23.62 43.43 11.7 -
YUV 142.39 82.63 66.38 -
System Red Green Blue C M Y K H S L
Decimal 56 202 62 0.72 0 0.69 0.21 122.47 0.58 0.51
Hex 38 CA 3E 48 0 45 15 7A 3A 33
Octal 70 312 76 110 0 105 25 172 72 63
Binary 111000 11001010 111110 1001000 0 1000101 10101 1111010 111010 110011

Color Harmonies of #38CA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CA3E

Black with #38CA3E

Text Example


Text Example

White with #38CA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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