Html Css Color HEX #CFF90D Electric Lime

📋 copy color: '#CFF90D'

red 207 ◦ green 249 ◦ blue 13

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

Shades of Electric Lime #CFF90D

Tints of Electric Lime #CFF90D

RGB

 RED value IS 207 (81.25% from 255) = 44.14%

 GREEN value IS 249 (97.66% from 255) = 53.09%

 BLUE value IS 13 (5.47% from 255) = 2.77%

R = 44.14%
G = 53.09%
B = 2.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#CFF90D (or 0xCFF90D) is known color: Electric Lime. HEX triplet: CF, F9 and 0D. RGB value is (207,249,13). Sum of RGB (Red+Green+Blue) = 207+249+13=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 249 (97.66% from 255 or 53.09% from 469); Blue value is 13 (5.47% from 255 or 2.77% from 469); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF90D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF90D is #3006F2. Grayscale: #D2D2D2. Windows color (decimal): -3147507 or 915919. OLE color: 915919.

HSL color Cylindrical-coordinate representation of color #CFF90D: hue angle of 70.68º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFF90D is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 207 249 13 -
CMYK 0.17 0 0.95 0.02
HSL 70.68º 0.95% 0.51% -
HSV(B) 70.68º 0.95% 0.98% -
XYZ 59.68 81.05 12.88 -
YUV 209.54 17.09 126.19 -
System Red Green Blue C M Y K H S L
Decimal 207 249 13 0.17 0 0.95 0.02 70.68 0.95 0.51
Hex CF F9 D 11 0 5F 2 47 5F 33
Octal 317 371 15 21 0 137 2 107 137 63
Binary 11001111 11111001 1101 10001 0 1011111 10 1000111 1011111 110011

Color Harmonies of #CFF90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF90D

Black with #CFF90D

Text Example


Text Example

White with #CFF90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF90D; }

 p { color: rgb(207,249,13); }

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

background-color css

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

 a { background-color: rgb(207,249,13); }

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

border-color css

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

 span { border-color: rgb(207,249,13); }

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