Html Css Color HEX #CDF315 Electric Lime

📋 copy color: '#CDF315'

red 205 ◦ green 243 ◦ blue 21

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

Shades of Electric Lime #CDF315

Tints of Electric Lime #CDF315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.48%

R = 43.71%
G = 51.81%
B = 4.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#CDF315 (or 0xCDF315) is known color: Electric Lime. HEX triplet: CD, F3 and 15. RGB value is (205,243,21). Sum of RGB (Red+Green+Blue) = 205+243+21=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 243 (95.31% from 255 or 51.81% from 469); Blue value is 21 (8.59% from 255 or 4.48% from 469); Max value from RGB is 243 - color contains mainly: green. Hex color #CDF315 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDF315 is #320CEA. Grayscale: #CFCFCF. Windows color (decimal): -3280107 or 1438669. OLE color: 1438669.

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

Color convert

RGB 205 243 21 -
CMYK 0.16 0 0.91 0.05
HSL 70.27º 0.9% 0.52% -
HSV(B) 70.27º 0.91% 0.95% -
XYZ 57.36 77.13 12.57 -
YUV 206.33 23.41 127.05 -
System Red Green Blue C M Y K H S L
Decimal 205 243 21 0.16 0 0.91 0.05 70.27 0.9 0.52
Hex CD F3 15 10 0 5B 5 46 5A 34
Octal 315 363 25 20 0 133 5 106 132 64
Binary 11001101 11110011 10101 10000 0 1011011 101 1000110 1011010 110100

Color Harmonies of #CDF315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF315

Black with #CDF315

Text Example


Text Example

White with #CDF315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF315; }

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

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

background-color css

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

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

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

border-color css

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

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

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