Html Css Color HEX #38DE2B Lime Green

📋 copy color: '#38DE2B'

red 56 ◦ green 222 ◦ blue 43

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

Shades of Lime Green #38DE2B

Tints of Lime Green #38DE2B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 69.16%

 BLUE value IS 43 (17.19% from 255) = 13.4%

R = 17.45%
G = 69.16%
B = 13.4%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#38DE2B (or 0x38DE2B) is known color: Lime Green. HEX triplet: 38, DE and 2B. RGB value is (56,222,43). Sum of RGB (Red+Green+Blue) = 56+222+43=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 222 (87.11% from 255 or 69.16% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 222 - color contains mainly: green. Hex color #38DE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38DE2B is #C721D4. Grayscale: #989898. Windows color (decimal): -13050325 or 2874936. OLE color: 2874936.

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

Color convert

RGB 56 222 43 -
CMYK 0.75 0 0.81 0.13
HSL 115.64º 0.73% 0.52% -
HSV(B) 115.64º 0.81% 0.87% -
XYZ 28.19 53.26 11.08 -
YUV 151.96 66.5 59.55 -
System Red Green Blue C M Y K H S L
Decimal 56 222 43 0.75 0 0.81 0.13 115.64 0.73 0.52
Hex 38 DE 2B 4B 0 51 D 74 49 34
Octal 70 336 53 113 0 121 15 164 111 64
Binary 111000 11011110 101011 1001011 0 1010001 1101 1110100 1001001 110100

Color Harmonies of #38DE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38DE2B

Black with #38DE2B

Text Example


Text Example

White with #38DE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,222,43); }

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

background-color css

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

 a { background-color: rgb(56,222,43); }

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

border-color css

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

 span { border-color: rgb(56,222,43); }

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