Html Css Color HEX #38CC3D Lime Green

📋 copy color: '#38CC3D'

red 56 ◦ green 204 ◦ blue 61

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

Shades of Lime Green #38CC3D

Tints of Lime Green #38CC3D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 63.55%

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

R = 17.45%
G = 63.55%
B = 19%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#38CC3D (or 0x38CC3D) is known color: Lime Green. HEX triplet: 38, CC and 3D. RGB value is (56,204,61). Sum of RGB (Red+Green+Blue) = 56+204+61=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 204 (80.08% from 255 or 63.55% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 204 - color contains mainly: green. Hex color #38CC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CC3D is #C733C2. Grayscale: #8F8F8F. Windows color (decimal): -13054915 or 4049976. OLE color: 4049976.

HSL color Cylindrical-coordinate representation of color #38CC3D: hue angle of 122.03º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38CC3D is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 204 61 -
CMYK 0.73 0 0.70 0.2
HSL 122.03º 0.59% 0.51% -
HSV(B) 122.03º 0.73% 0.8% -
XYZ 24.07 44.36 11.71 -
YUV 143.45 81.47 65.63 -
System Red Green Blue C M Y K H S L
Decimal 56 204 61 0.73 0 0.70 0.2 122.03 0.59 0.51
Hex 38 CC 3D 49 0 46 14 7A 3B 33
Octal 70 314 75 111 0 106 24 172 73 63
Binary 111000 11001100 111101 1001001 0 1000110 10100 1111010 111011 110011

Color Harmonies of #38CC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CC3D

Black with #38CC3D

Text Example


Text Example

White with #38CC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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