Html Css Color HEX #38B23D Lime Green

📋 copy color: '#38B23D'

red 56 ◦ green 178 ◦ blue 61

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

Shades of Lime Green #38B23D

Tints of Lime Green #38B23D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 60.34%

 BLUE value IS 61 (24.22% from 255) = 20.68%

R = 18.98%
G = 60.34%
B = 20.68%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.30

RGB Variations

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

Color information

#38B23D (or 0x38B23D) is known color: Lime Green. HEX triplet: 38, B2 and 3D. RGB value is (56,178,61). Sum of RGB (Red+Green+Blue) = 56+178+61=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 178 (69.92% from 255 or 60.34% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 178 - color contains mainly: green. Hex color #38B23D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38B23D is #C74DC2. Grayscale: #808080. Windows color (decimal): -13061571 or 4043320. OLE color: 4043320.

HSL color Cylindrical-coordinate representation of color #38B23D: hue angle of 122.46º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B23D is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB 56 178 61 -
CMYK 0.69 0 0.66 0.30
HSL 122.46º 0.52% 0.46% -
HSV(B) 122.46º 0.69% 0.7% -
XYZ 18.39 33.02 9.82 -
YUV 128.18 90.08 76.51 -
System Red Green Blue C M Y K H S L
Decimal 56 178 61 0.69 0 0.66 0.30 122.46 0.52 0.46
Hex 38 B2 3D 45 0 42 1E 7A 34 2E
Octal 70 262 75 105 0 102 36 172 64 56
Binary 111000 10110010 111101 1000101 0 1000010 11110 1111010 110100 101110

Color Harmonies of #38B23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B23D

Black with #38B23D

Text Example


Text Example

White with #38B23D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,178,61); }

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

background-color css

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

 a { background-color: rgb(56,178,61); }

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

border-color css

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

 span { border-color: rgb(56,178,61); }

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