Html Css Color HEX #38BF1F Kelly Green

📋 copy color: '#38BF1F'

red 56 ◦ green 191 ◦ blue 31

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

Shades of Kelly Green #38BF1F

Tints of Kelly Green #38BF1F

RGB

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

 GREEN value IS 191 (75% from 255) = 68.71%

 BLUE value IS 31 (12.5% from 255) = 11.15%

R = 20.14%
G = 68.71%
B = 11.15%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#38BF1F (or 0x38BF1F) is known color: Kelly Green. HEX triplet: 38, BF and 1F. RGB value is (56,191,31). Sum of RGB (Red+Green+Blue) = 56+191+31=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 191 (75% from 255 or 68.71% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 191 - color contains mainly: green. Hex color #38BF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38BF1F is #C740E0. Grayscale: #848484. Windows color (decimal): -13058273 or 2080568. OLE color: 2080568.

HSL color Cylindrical-coordinate representation of color #38BF1F: hue angle of 110.62º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38BF1F is Cyan = 0.71, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 191 31 -
CMYK 0.71 0 0.84 0.25
HSL 110.63º 0.72% 0.44% -
HSV(B) 110.63º 0.84% 0.75% -
XYZ 20.51 38.2 7.59 -
YUV 132.4 70.77 73.51 -
System Red Green Blue C M Y K H S L
Decimal 56 191 31 0.71 0 0.84 0.25 110.63 0.72 0.44
Hex 38 BF 1F 47 0 54 19 6F 48 2C
Octal 70 277 37 107 0 124 31 157 110 54
Binary 111000 10111111 11111 1000111 0 1010100 11001 1101111 1001000 101100

Color Harmonies of #38BF1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BF1F

Black with #38BF1F

Text Example


Text Example

White with #38BF1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,191,31); }

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

background-color css

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

 a { background-color: rgb(56,191,31); }

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

border-color css

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

 span { border-color: rgb(56,191,31); }

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