Html Css Color HEX #38D02D Lime Green

📋 copy color: '#38D02D'

red 56 ◦ green 208 ◦ blue 45

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

Shades of Lime Green #38D02D

Tints of Lime Green #38D02D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 67.31%

 BLUE value IS 45 (17.97% from 255) = 14.56%

R = 18.12%
G = 67.31%
B = 14.56%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#38D02D (or 0x38D02D) is known color: Lime Green. HEX triplet: 38, D0 and 2D. RGB value is (56,208,45). Sum of RGB (Red+Green+Blue) = 56+208+45=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 208 (81.64% from 255 or 67.31% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 208 - color contains mainly: green. Hex color #38D02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D02D is #C72FD2. Grayscale: #909090. Windows color (decimal): -13053907 or 3002424. OLE color: 3002424.

HSL color Cylindrical-coordinate representation of color #38D02D: hue angle of 115.95º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38D02D is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 208 45 -
CMYK 0.73 0 0.78 0.18
HSL 115.95º 0.64% 0.5% -
HSV(B) 115.95º 0.78% 0.82% -
XYZ 24.66 46.14 10.09 -
YUV 143.97 72.14 65.25 -
System Red Green Blue C M Y K H S L
Decimal 56 208 45 0.73 0 0.78 0.18 115.95 0.64 0.5
Hex 38 D0 2D 49 0 4E 12 74 40 32
Octal 70 320 55 111 0 116 22 164 100 62
Binary 111000 11010000 101101 1001001 0 1001110 10010 1110100 1000000 110010

Color Harmonies of #38D02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38D02D

Black with #38D02D

Text Example


Text Example

White with #38D02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,208,45); }

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

background-color css

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

 a { background-color: rgb(56,208,45); }

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

border-color css

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

 span { border-color: rgb(56,208,45); }

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