Html Css Color HEX #CDF313 Electric Lime

📋 copy color: '#CDF313'

red 205 ◦ green 243 ◦ blue 19

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

Shades of Electric Lime #CDF313

Tints of Electric Lime #CDF313

RGB

 RED value IS 205 (80.47% from 255) = 43.9%

 GREEN value IS 243 (95.31% from 255) = 52.03%

 BLUE value IS 19 (7.81% from 255) = 4.07%

R = 43.9%
G = 52.03%
B = 4.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#CDF313 (or 0xCDF313) is known color: Electric Lime. HEX triplet: CD, F3 and 13. RGB value is (205,243,19). Sum of RGB (Red+Green+Blue) = 205+243+19=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 243 (95.31% from 255 or 52.03% from 467); Blue value is 19 (7.81% from 255 or 4.07% from 467); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF313 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF313 is #320CEC. Grayscale: #CECECE. Windows color (decimal): -3280109 or 1307597. OLE color: 1307597.

HSL color Cylindrical-coordinate representation of color #CDF313: hue angle of 70.18º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDF313 is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 243 19 -
CMYK 0.16 0 0.92 0.05
HSL 70.18º 0.9% 0.51% -
HSV(B) 70.18º 0.92% 0.95% -
XYZ 57.34 77.13 12.48 -
YUV 206.1 22.41 127.21 -
System Red Green Blue C M Y K H S L
Decimal 205 243 19 0.16 0 0.92 0.05 70.18 0.9 0.51
Hex CD F3 13 10 0 5C 5 46 5A 33
Octal 315 363 23 20 0 134 5 106 132 63
Binary 11001101 11110011 10011 10000 0 1011100 101 1000110 1011010 110011

Color Harmonies of #CDF313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF313

Black with #CDF313

Text Example


Text Example

White with #CDF313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF313; }

 p { color: rgb(205,243,19); }

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

background-color css

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

 a { background-color: rgb(205,243,19); }

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

border-color css

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

 span { border-color: rgb(205,243,19); }

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