Html Css Color HEX #38DF3B Lime Green

📋 copy color: '#38DF3B'

red 56 ◦ green 223 ◦ blue 59

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

Shades of Lime Green #38DF3B

Tints of Lime Green #38DF3B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 65.98%

 BLUE value IS 59 (23.44% from 255) = 17.46%

R = 16.57%
G = 65.98%
B = 17.46%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#38DF3B (or 0x38DF3B) is known color: Lime Green. HEX triplet: 38, DF and 3B. RGB value is (56,223,59). Sum of RGB (Red+Green+Blue) = 56+223+59=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 223 (87.5% from 255 or 65.98% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 223 - color contains mainly: green. Hex color #38DF3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DF3B is #C720C4. Grayscale: #9A9A9A. Windows color (decimal): -13050053 or 3923768. OLE color: 3923768.

HSL color Cylindrical-coordinate representation of color #38DF3B: hue angle of 121.08º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DF3B is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 223 59 -
CMYK 0.75 0 0.74 0.13
HSL 121.08º 0.72% 0.55% -
HSV(B) 121.08º 0.75% 0.87% -
XYZ 28.81 53.93 13.03 -
YUV 154.37 74.17 57.84 -
System Red Green Blue C M Y K H S L
Decimal 56 223 59 0.75 0 0.74 0.13 121.08 0.72 0.55
Hex 38 DF 3B 4B 0 4A D 79 48 37
Octal 70 337 73 113 0 112 15 171 110 67
Binary 111000 11011111 111011 1001011 0 1001010 1101 1111001 1001000 110111

Color Harmonies of #38DF3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DF3B

Black with #38DF3B

Text Example


Text Example

White with #38DF3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,223,59); }

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

background-color css

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

 a { background-color: rgb(56,223,59); }

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

border-color css

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

 span { border-color: rgb(56,223,59); }

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