Html Css Color HEX #38CD3E Lime Green

📋 copy color: '#38CD3E'

red 56 ◦ green 205 ◦ blue 62

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

Shades of Lime Green #38CD3E

Tints of Lime Green #38CD3E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 63.47%

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

R = 17.34%
G = 63.47%
B = 19.2%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#38CD3E (or 0x38CD3E) is known color: Lime Green. HEX triplet: 38, CD and 3E. RGB value is (56,205,62). Sum of RGB (Red+Green+Blue) = 56+205+62=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 205 (80.47% from 255 or 63.47% from 323); Blue value is 62 (24.61% from 255 or 19.20% from 323); Max value from RGB is 205 - color contains mainly: green. Hex color #38CD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CD3E is #C732C1. Grayscale: #909090. Windows color (decimal): -13054658 or 4115768. OLE color: 4115768.

HSL color Cylindrical-coordinate representation of color #38CD3E: hue angle of 122.42º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CD3E is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 205 62 -
CMYK 0.73 0 0.70 0.20
HSL 122.42º 0.6% 0.51% -
HSV(B) 122.42º 0.73% 0.8% -
XYZ 24.33 44.85 11.93 -
YUV 144.15 81.64 65.13 -
System Red Green Blue C M Y K H S L
Decimal 56 205 62 0.73 0 0.70 0.20 122.42 0.6 0.51
Hex 38 CD 3E 49 0 46 14 7A 3C 33
Octal 70 315 76 111 0 106 24 172 74 63
Binary 111000 11001101 111110 1001001 0 1000110 10100 1111010 111100 110011

Color Harmonies of #38CD3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CD3E

Black with #38CD3E

Text Example


Text Example

White with #38CD3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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