Html Css Color HEX #38C625 Lime Green

📋 copy color: '#38C625'

red 56 ◦ green 198 ◦ blue 37

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

Shades of Lime Green #38C625

Tints of Lime Green #38C625

RGB

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

 GREEN value IS 198 (77.73% from 255) = 68.04%

 BLUE value IS 37 (14.84% from 255) = 12.71%

R = 19.24%
G = 68.04%
B = 12.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#38C625 (or 0x38C625) is known color: Lime Green. HEX triplet: 38, C6 and 25. RGB value is (56,198,37). Sum of RGB (Red+Green+Blue) = 56+198+37=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 198 (77.73% from 255 or 68.04% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 198 - color contains mainly: green. Hex color #38C625 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C625 is #C739DA. Grayscale: #898989. Windows color (decimal): -13056475 or 2475576. OLE color: 2475576.

HSL color Cylindrical-coordinate representation of color #38C625: hue angle of 112.92º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #38C625 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 56 198 37 -
CMYK 0.72 0 0.81 0.22
HSL 112.92º 0.69% 0.46% -
HSV(B) 112.92º 0.81% 0.78% -
XYZ 22.16 41.36 8.57 -
YUV 137.19 71.46 70.09 -
System Red Green Blue C M Y K H S L
Decimal 56 198 37 0.72 0 0.81 0.22 112.92 0.69 0.46
Hex 38 C6 25 48 0 51 16 71 45 2E
Octal 70 306 45 110 0 121 26 161 105 56
Binary 111000 11000110 100101 1001000 0 1010001 10110 1110001 1000101 101110

Color Harmonies of #38C625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C625

Black with #38C625

Text Example


Text Example

White with #38C625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,198,37); }

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

background-color css

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

 a { background-color: rgb(56,198,37); }

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

border-color css

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

 span { border-color: rgb(56,198,37); }

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