Html Css Color HEX #26F434 Lime Green

📋 copy color: '#26F434'

red 38 ◦ green 244 ◦ blue 52

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

Shades of Lime Green #26F434

Tints of Lime Green #26F434

RGB

 RED value IS 38 (15.23% from 255) = 11.38%

 GREEN value IS 244 (95.7% from 255) = 73.05%

 BLUE value IS 52 (20.7% from 255) = 15.57%

R = 11.38%
G = 73.05%
B = 15.57%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#26F434 (or 0x26F434) is known color: Lime Green. HEX triplet: 26, F4 and 34. RGB value is (38,244,52). Sum of RGB (Red+Green+Blue) = 38+244+52=334 (44% of max value = 765). Red value is 38 (15.23% from 255 or 11.38% from 334); Green value is 244 (95.70% from 255 or 73.05% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 244 - color contains mainly: green. Hex color #26F434 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26F434 is #D90BCB. Grayscale: #A1A1A1. Windows color (decimal): -14224332 or 3470374. OLE color: 3470374.

HSL color Cylindrical-coordinate representation of color #26F434: hue angle of 124.08º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26F434 is Cyan = 0.84, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB 38 244 52 -
CMYK 0.84 0 0.79 0.04
HSL 124.08º 0.9% 0.55% -
HSV(B) 124.08º 0.84% 0.96% -
XYZ 33.77 65.36 14.08 -
YUV 160.52 66.75 40.61 -
System Red Green Blue C M Y K H S L
Decimal 38 244 52 0.84 0 0.79 0.04 124.08 0.9 0.55
Hex 26 F4 34 54 0 4F 4 7C 5A 37
Octal 46 364 64 124 0 117 4 174 132 67
Binary 100110 11110100 110100 1010100 0 1001111 100 1111100 1011010 110111

Color Harmonies of #26F434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26F434

Black with #26F434

Text Example


Text Example

White with #26F434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26F434; }

 p { color: rgb(38,244,52); }

 H1.HeaderClassName
 {
   color: #26F434;
 }
 .AnyTagClassName
 {
   color: #26F434;
 }
</style>

background-color css

<style>
 a { background-color: #26F434; }

 a { background-color: rgb(38,244,52); }

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

border-color css

<style>
 span { border-color: #26F434; }

 span { border-color: rgb(38,244,52); }

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