Html Css Color HEX #38CF25 Lime Green

📋 copy color: '#38CF25'

red 56 ◦ green 207 ◦ blue 37

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

Shades of Lime Green #38CF25

Tints of Lime Green #38CF25

RGB

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

 GREEN value IS 207 (81.25% from 255) = 69%

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

R = 18.67%
G = 69%
B = 12.33%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#38CF25 (or 0x38CF25) is known color: Lime Green. HEX triplet: 38, CF and 25. RGB value is (56,207,37). Sum of RGB (Red+Green+Blue) = 56+207+37=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 207 (81.25% from 255 or 69% from 300); Blue value is 37 (14.84% from 255 or 12.33% from 300); Max value from RGB is 207 - color contains mainly: green. Hex color #38CF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CF25 is #C730DA. Grayscale: #8F8F8F. Windows color (decimal): -13054171 or 2477880. OLE color: 2477880.

HSL color Cylindrical-coordinate representation of color #38CF25: hue angle of 113.29º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38CF25 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 207 37 -
CMYK 0.73 0 0.82 0.19
HSL 113.29º 0.7% 0.48% -
HSV(B) 113.29º 0.82% 0.81% -
XYZ 24.28 45.6 9.27 -
YUV 142.47 68.47 66.32 -
System Red Green Blue C M Y K H S L
Decimal 56 207 37 0.73 0 0.82 0.19 113.29 0.7 0.48
Hex 38 CF 25 49 0 52 13 71 46 30
Octal 70 317 45 111 0 122 23 161 106 60
Binary 111000 11001111 100101 1001001 0 1010010 10011 1110001 1000110 110000

Color Harmonies of #38CF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CF25

Black with #38CF25

Text Example


Text Example

White with #38CF25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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